Skip to content
Snippets Groups Projects
Commit 5e4f1bec authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

increased the sendTimeBuffer to 3.5s from 2.5s

parent 6e615f7f
Branches
Tags
No related merge requests found
...@@ -34,7 +34,7 @@ type sendCmixCommsInterface interface { ...@@ -34,7 +34,7 @@ type sendCmixCommsInterface interface {
} }
// 1.5 seconds // 1.5 seconds
const sendTimeBuffer = 2500 * time.Millisecond const sendTimeBuffer = 3500 * time.Millisecond
// WARNING: Potentially Unsafe // WARNING: Potentially Unsafe
// Public manager function to send a message over CMIX // Public manager function to send a message over CMIX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment