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

increased message sending delay

parent 370193eb
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 = 1500 * time.Millisecond
const sendTimeBuffer = 2500 * 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.
Please register or to comment