We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abbe28 commit 8a73e5aCopy full SHA for 8a73e5a
src/db/file/pushes.ts
@@ -8,8 +8,6 @@ import { PushQuery } from '../types';
8
9
const COMPACTION_INTERVAL = 1000 * 60 * 60 * 24; // once per day
10
11
-const COMPACTION_INTERVAL = 1000 * 60 * 60 * 24; // once per day
12
-
13
if (!fs.existsSync('./.data')) fs.mkdirSync('./.data');
14
if (!fs.existsSync('./.data/db')) fs.mkdirSync('./.data/db');
15
0 commit comments