deleted: requests.db
This commit is contained in:
BIN
requests.db
BIN
requests.db
Binary file not shown.
@@ -25,7 +25,7 @@ class Storage
|
|||||||
|
|
||||||
public function __construct()
|
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) {
|
foreach (self::$tablesCache as $cacheParition) {
|
||||||
$this->cache[$cacheParition] = new \React\Cache\ArrayCache(1000);
|
$this->cache[$cacheParition] = new \React\Cache\ArrayCache(1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user