Commit 9175a36
Change timeout thread checks to 60 seconds
Summary:
The timeout thread and the main thread contend for a lock to access
the work objects. Having the timeout thread check too frequently can
cause lock contention. Reduce check frequency to minimize lock
contention.
Reviewed By: tanquer
Differential Revision: D85455461
fbshipit-source-id: 84576b79acc2ccb5fedbfb6eb95a9be89d8bcb5c1 parent 03da441 commit 9175a36
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
185 | | - | |
186 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
0 commit comments