mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Cache:
- implemented Memcached (untested though (tough luck trying to get it to run using win)) - added config value to select caching method (default: filecache; setting debug to 1 will still disable caching) - implemented url-param 'refresh' to clear cache for this page
This commit is contained in:
2
setup/updates/07_config.sql
Normal file
2
setup/updates/07_config.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
INSERT IGNORE INTO aowow_config (`key`, `intValue`, `comment`) VALUES ('cache_mode', 1, 'default: 1 - set cache method (0: none; 1:filecache; 2:memcached; 3:both)');
|
||||
|
||||
Reference in New Issue
Block a user