give small buffer to pokechannel

This commit is contained in:
cryptonote-social 2020-08-01 10:58:05 -07:00
parent d08cb60d47
commit 8247ffef92

View File

@ -107,7 +107,7 @@ func Mine(
startKeyboardScanning(uname)
wasJustMining := false
pokeChannel = make(chan int)
pokeChannel = make(chan int, 5) // use small amount of buffering for when internet may be bad
outer:
for {