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
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ type sendCmixCommsInterface interface {
}
// 1.5 seconds
const sendTimeBuffer = 2500 * time.Millisecond
const sendTimeBuffer = 3500 * time.Millisecond
// WARNING: Potentially Unsafe
// 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.
Finish editing this message first!
Please register or to comment