Skip to content
Snippets Groups Projects
Verified Commit 04fd5694 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Attempt at fixing double notifications issue

parent 58bfd8c5
No related branches found
No related tags found
No related merge requests found
...@@ -246,7 +246,7 @@ class QuasselNotificationBackend @Inject constructor( ...@@ -246,7 +246,7 @@ class QuasselNotificationBackend @Inject constructor(
this.showNotification(buffer) this.showNotification(buffer)
} }
}, },
clampOf(session.lag.value * 2, 16, 2_000), clampOf(session.lag.value * 3 + 100, 16, 3_000),
TimeUnit.MILLISECONDS TimeUnit.MILLISECONDS
) )
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment