Increased buffer size

This commit is contained in:
obscuren
2014-01-12 23:16:33 +01:00
parent 39bb2c94c0
commit 52fb3b412c
2 changed files with 22 additions and 6 deletions

View File

@ -71,9 +71,6 @@ func (s *Server) ConnectToPeer(addr string) error {
s.peers.PushBack(peer)
peer.Start()
return nil
}
@ -106,6 +103,8 @@ func (s *Server) Start() {
// TMP
go func() {
//time.Sleep(500 * time.Millisecond)
for {
s.Broadcast("block", s.blockManager.bc.GenesisBlock().MarshalRlp())