I was just testing different examples from the example dir, and I the fileio2.go example works just fine with the suggested chunk size of 250000. But when I change the chunk size to e.g. 1024 the example stops working (it stops after a few fetch loops and never progresses after that). Does anyone have an idea why that is?
Hi,
I was just testing different examples from the example dir, and I the fileio2.go example works just fine with the suggested chunk size of 250000. But when I change the chunk size to e.g. 1024 the example stops working (it stops after a few fetch loops and never progresses after that). Does anyone have an idea why that is?
Best regards