Subj : src/sbbs3/bat_xfer.cpp con_out.cpp data_ovl.cpp sbbs.h scandirs.cpp sc To : Git commit to main/sbbs/master From : Rob Swindell Date : Wed Jan 19 2022 08:24 pm https://gitlab.synchro.net/main/sbbs/-/commit/529cfec376c211c768082524 Modified Files: src/sbbs3/bat_xfer.cpp con_out.cpp data_ovl.cpp sbbs.h scandirs.cpp scansubs.cpp tmp_xfer.cpp upload.cpp Log Message: Use the progress() interval argument as the time interval Default the progress time interval to 500 milliseconds (twice a second). Don't specify a count/call interval in the call-sites, since we really want to use time-based progress updates now only and the default probably will work fine everywhere. .