Commit 912c88d1 authored by acud's avatar acud Committed by GitHub

chore: adjust flipflop worst time (#2352)

parent d1aec67a
......@@ -54,7 +54,7 @@ var (
// values needed to adjust subscription trigger
// buffer time.
flipFlopBufferDuration = 150 * time.Millisecond
flipFlopWorstCaseDuration = 20 * time.Second
flipFlopWorstCaseDuration = 10 * time.Second
)
// DB is the local store implementation and holds
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment