Skip to content

Commit 7259fd9

Browse files
committed
Reduce sync stats reporting frequency
1 parent 153a139 commit 7259fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/eu/darken/octi/server/ws/SyncNotifier.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class SyncNotifier @Inject constructor(
168168

169169
companion object {
170170
private const val DEBOUNCE_MS = 500L
171-
private val STATS_INTERVAL: Duration = Duration.ofMinutes(1)
171+
private val STATS_INTERVAL: Duration = Duration.ofMinutes(5)
172172
private val TAG = logTag("WS", "SyncNotifier")
173173
}
174174
}

0 commit comments

Comments
 (0)