Commit dcb7029
authored
Increase message buffer from 500ms to 1000ms
Since the 2048 bit key length change, we've been seeing a lot of duplicate messages in console due to the slightly longer time it takes to decode each message. So I'm increasing the `isDuplicate()` time diff check from 500ms to 1000ms to allow for the additional processing time.1 parent 3e3076e commit dcb7029
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments