Skip to content

Commit db9fabb

Browse files
authored
Update README.md
1 parent 08bde11 commit db9fabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thingsdb/misc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async def main():
3232
client = Client()
3333

3434
# Multiple locks may be created, make sure you give each lock a unique name
35-
mylock = partial(lock.lock, client=client, name='my-lock', timeout=5)
35+
mylock = partial(lock.lock, client=client, name='my-lock', timeout=30)
3636

3737
await client.connect('localhost')
3838
try:

0 commit comments

Comments
 (0)