This is due to #1847 - introducing the dblogpruner worker. On i386 because int is int32 4 *1024*1024*1024 actually overflows it. I'll attempt to fix it by using int(uint32(4*1024*1024*1024)-1) instead.
This is due to #1847 - introducing the dblogpruner worker. On i386 because int is int32 4 *1024*1024*1024 actually overflows it. I'll attempt to fix it by using int(uint32( 4*1024* 1024*1024) -1) instead.