Skip to content

Commit

Permalink
Increase default to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Sep 12, 2023
1 parent b967e78 commit 1bec147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/distributed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ distributed:
cycle: 1s # time between checking event loop speed

max-error-length: 10000 # Maximum size traceback after error to return
log-length: 0 # default length of logs to keep in memory
log-length: 1000 # default length of logs to keep in memory
log-format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
pdb-on-err: False # enter debug mode on scheduling error
system-monitor:
Expand Down

0 comments on commit 1bec147

Please sign in to comment.