diff options
| author | lost+skunk <[email protected]> | 2025-02-22 15:30:29 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2025-02-22 15:30:29 +0300 |
| commit | 048bb470ab8dc3adce83d2e615f3ab369efa2199 (patch) | |
| tree | 3b0dc678795aa8713109e0aa74609ab8fd631908 /config.example.json | |
| parent | 32c61ec8ea577fdd37f7d50e1c176273960aa3e0 (diff) | |
| download | skunky-art-048bb470ab8dc3adce83d2e615f3ab369efa2199.tar.gz skunky-art-048bb470ab8dc3adce83d2e615f3ab369efa2199.tar.bz2 skunky-art-048bb470ab8dc3adce83d2e615f3ab369efa2199.zip | |
Переключатель кеша в озу, небольшие улучшения ксс, фикс нсфв, фикс максимального размера кеша
Diffstat (limited to 'config.example.json')
| -rw-r--r-- | config.example.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.example.json b/config.example.json index b38e47e..70e1c1b 100644 --- a/config.example.json +++ b/config.example.json @@ -6,11 +6,12 @@ "path": "cache", "lifetime": null, "max-size": 200, + "memcache": false, "update-interval": 5 }, "static-path": "static", "download-proxy": "http://127.0.0.1:8080", "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36", "proxy": true, - "nsfw": true + "nsfw": false } |
