Skip to content

Commit

Permalink
increasing retries for repo change detection (9 wasnt sometimes enoug…
Browse files Browse the repository at this point in the history
…h on cheap HW)
  • Loading branch information
mikub committed Jan 17, 2019
1 parent 5910e70 commit 974dca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/titanoboa/repo.clj
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
(case (.name (.eventType event))
"CREATE" (callback-with-retry (fn []
(watcher-callback jd-atom (.toString (.path event))))
9)
15)
"OVERFLOW" (log/info "Overflow event registered for repository file " (.toString (.path event)))
nil))))
.build)]
Expand Down

0 comments on commit 974dca9

Please sign in to comment.