• src/sbbs3/bat_xfer.cpp con_out.cpp data_ovl.cpp sbbs.h scandirs.cpp sc

    From Rob Swindell to Git commit to main/sbbs/master on Wednesday, January 19, 2022 20:24:04
    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.