Skip to content

Commit

Permalink
Merge pull request ethereum#514 from ethersphere/revert_increase_in_t…
Browse files Browse the repository at this point in the history
…imer

swarm/network: revert change in timer
  • Loading branch information
nonsense authored May 8, 2018
2 parents dd2f28d + d562a66 commit dd1f6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarm/network/stream/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (s *SwarmSyncerServer) SetNextBatch(from, to uint64) ([]byte, uint64, uint6
for {
if wait {
if ticker == nil {
ticker = time.NewTicker(10000 * time.Millisecond)
ticker = time.NewTicker(1000 * time.Millisecond)
}
select {
case <-ticker.C:
Expand Down

0 comments on commit dd1f6c1

Please sign in to comment.