Subj : docs/v321_new.txt src/sbbs3/atcodes.cpp getstats.c getstats.h js_syste To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sun Jan 04 2026 08:20 am https://gitlab.synchro.net/main/sbbs/-/commit/ee5e4a8761130ae6f83de73e Modified Files: docs/v321_new.txt src/sbbs3/atcodes.cpp getstats.c getstats.h js_system.cpp src/sbbs3/scfg/scfgsys.c src/sbbs3/scfgdefs.h scfglib1.c scfgsave.c Log Message: Allow the statistics interval to be configured by sysop in SCFG and used for @-codes as well as the system.stats properties SCFG->System->Advanced->Statistics Interval Use 0 for no-caching. The default interval is 5 seconds. Add CLOCK and TIMER @-codes useful for profiling Renamed system.stats_cache to system.stats_interval .