|
.oO SearXNG Developer Documentation Oo.
|
Static Public Attributes | |
| t | db_type = "sqlite" |
| str | db_url = tempfile.gettempdir() + os.sep + "faviconcache.db" |
| int | HOLD_TIME = 60 * 60 * 24 * 30 |
| int | LIMIT_TOTAL_BYTES = 1024 * 1024 * 50 |
| int | BLOB_MAX_BYTES = 1024 * 20 |
| int | MAINTENANCE_PERIOD = 60 * 60 |
| t | MAINTENANCE_MODE = "auto" |
|
static |
|
static |
|
static |
Definition at line 106 of file cache.py.
Referenced by searx.sqlitedb.SQLiteAppl._connect(), searx.sqlitedb.SQLiteAppl.init(), and searx.sqlitedb.SQLiteProperties.init().
|
static |
|
static |
|
static |
|
static |