From: Gandalf C. <gan...@gm...> - 2018-05-10 17:20:12
|
Yes, sorry, my mistake but is still impossibile to scan 4.000.000 chunks checking for CRC, in 300 seconds. Il gio 10 mag 2018, 18:35 Davies Liu <dav...@gm...> ha scritto: > max(40, 300) = 300 > > 2018-05-11 0:17 GMT+08:00 Gandalf Corvotempesta > <gan...@gm...>: > > Il giorno gio 10 mag 2018 alle ore 16:50 Davies Liu < > dav...@gm...> > > ha scritto: > >> max(N/CHUNKS_LOOP_MAX_CPS, CHUNKS_LOOP_MIN_TIME) > > > > So, > > N=4000000 > > CHUNKS_LOOP_MAX_CPS = 100000 > > CHUNKS_LOOP_MIN_TIME = 300 > > > > to scan 4.000.000 chunks, I need > > > > max(4000000/100000, 300) = 40 seconds ? > > > > That's impossible. > > > > -- > - Davies > |