bwollermann
Results
2
issues of
bwollermann
In line 208: listThreads = args.maxthreads / 3 can return a float value which causes an error For example: INFO: Starting 66.66666666666666 delete threads... Modify listThreads to force an integer...
Can we get a little more help for when to modify batchsize and maxqueue from the defaults? When deleting millions of objects I just use the defaults and wait. It...