[core] make strftime_cache_get() 16-element cache
Prior code was effectively a 1-element cache after the initial fill of the array since only the first element was replaced after the initial fill. New code does round-robin replacement. (whether or not #define FILE_CACHE_MAX 16 is appropriately sized here is a question for another day)personal/stbuehler/mod-csrf
parent
93e91954a7
commit
09b2b146e1
Loading…
Reference in New Issue