Subj : src/sbbs3/filterfile.hpp ftpsrvr.cpp mailsrvr.cpp main.cpp src/sbbs3/s To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Thu Feb 12 2026 04:25 am https://gitlab.synchro.net/main/sbbs/-/commit/a05069c2abe261a3da1fe000 Modified Files: src/sbbs3/filterfile.hpp ftpsrvr.cpp mailsrvr.cpp main.cpp src/sbbs3/scfg/scfgsys.c src/sbbs3/scfgdefs.h scfglib1.c scfgsave.c services.cpp websrvr.cpp Log Message: Use scfg_t.cache_filter_files value to control interval between file checks rather than the semaphore file check interval of each server. So changing type from bool (default: true) to uint (default: 5 [seconds]). .