diff --git a/requests.db b/requests.db deleted file mode 100644 index ea7cd0a..0000000 Binary files a/requests.db and /dev/null differ diff --git a/src/Storage.php b/src/Storage.php index dac45e0..bbbbdb6 100644 --- a/src/Storage.php +++ b/src/Storage.php @@ -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);