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

made it select rounds 2.5 seconds in the future

parent 3c2890a8
Branches
Tags
No related merge requests found
...@@ -33,7 +33,7 @@ type sendCmixCommsInterface interface { ...@@ -33,7 +33,7 @@ type sendCmixCommsInterface interface {
} }
// 1.5 seconds // 1.5 seconds
const sendTimeBuffer = 1500 * time.Millisecond const sendTimeBuffer = 2500 * 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