Skip to content

Commit

Permalink
Merge pull request #55 from weka-io/increase-client-default-pid-timeout
Browse files Browse the repository at this point in the history
client: increase default get_pid timeout
  • Loading branch information
assafgi authored Nov 7, 2019
2 parents 5b1ecbc + edcb8c8 commit d7688f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talker/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
REDIS_RETRY_ON_TIMEOUT = True
REDIS_HEALTH_CHECK_INTERVAL = 30

JOB_PID_TIMEOUT = 1 * SECOND
JOB_PID_TIMEOUT = 3 * SECOND
TALKER_COMMAND_LOST_RETRY_ATTEMPTS = 1
COMMANDS_KEY_TIMEOUT = timedelta(days=1)

Expand Down

0 comments on commit d7688f5

Please sign in to comment.