diff --git a/src/check.ts b/src/check.ts index b279054..99bfa86 100644 --- a/src/check.ts +++ b/src/check.ts @@ -6,7 +6,7 @@ import { timeMessageProcess } from './metrics'; import db from './mysql'; import { fetchWithKeepAlive } from './utils'; -const delay = 60 * 60 * 24 * 3; +const delay = 60 * 60 * 24 * 5; // 5 days const interval = 15e3; const broviderUrl = process.env.BROVIDER_URL || 'https://rpc.snapshot.org';