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

removed an unnessessary print

parent 0e380b30
Branches
Tags
1 merge request!23Release
......@@ -28,13 +28,13 @@ import (
jww "github.com/spf13/jwalterweatherman"
"gitlab.com/elixxir/client/interfaces"
"gitlab.com/elixxir/client/network/rounds"
"gitlab.com/xx_network/primitives/netTime"
pb "gitlab.com/elixxir/comms/mixmessages"
"gitlab.com/elixxir/primitives/knownRounds"
"gitlab.com/elixxir/primitives/states"
"gitlab.com/xx_network/comms/connect"
"gitlab.com/xx_network/crypto/csprng"
"gitlab.com/xx_network/primitives/id"
"gitlab.com/xx_network/primitives/netTime"
"sync/atomic"
"time"
)
......
......@@ -34,7 +34,7 @@ type sendCmixCommsInterface interface {
}
// 1.5 seconds
const sendTimeBuffer = 2500 * time.Millisecond
const sendTimeBuffer = 500 * 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 to comment