deleted: requests.db

This commit is contained in:
2024-12-11 22:10:43 +02:00
parent 72674c6592
commit 03fd8a7df7
2 changed files with 1 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ class Storage
public function __construct()
{
$this->db = (new \Clue\React\SQLite\Factory())->openLazy($_ENV['APP_DIR'] . '/requests.db');
$this->db = (new \Clue\React\SQLite\Factory())->openLazy($_ENV['APP_DIR'] . '/requests.sqlite3');
foreach (self::$tablesCache as $cacheParition) {
$this->cache[$cacheParition] = new \React\Cache\ArrayCache(1000);