1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

rate-limit requests for favicons when not present to conserve traffic (refs #457)

This commit is contained in:
Andrew Dolgov
2012-05-24 16:20:03 +04:00
parent 0e63fc49ab
commit 382268c6c9
6 changed files with 36 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
} else {
define('EXPECTED_CONFIG_VERSION', 25);
define('SCHEMA_VERSION', 91);
define('SCHEMA_VERSION', 92);
require_once "config.php";
require_once "sanity_config.php";