Skip to content

Commit

Permalink
fix(docs): update min-poll-interval default value (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri1969 authored Mar 29, 2023
1 parent 349ef33 commit 92c4d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/administrator-guide/configuration/databases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ kestra:
jdbc:
queues:
poll-size: 100
min-poll-interval: 100ms
min-poll-interval: 25ms
max-poll-interval: 1000ms
poll-switch-interval: 5s
Expand All @@ -137,4 +137,4 @@ kestra:
initial-delay: 1h
fixed-delay: 1h
retention: 7d
```
```

0 comments on commit 92c4d84

Please sign in to comment.