Skip to content

Commit

Permalink
log list of bundles to retry
Browse files Browse the repository at this point in the history
  • Loading branch information
karlprieb committed Jan 14, 2025
1 parent 0b8227d commit 55552bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workers/bundle-repair-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import * as config from '../config.js';
import { BundleIndex } from '../types.js';
import { TransactionFetcher } from './transaction-fetcher.js';

const DEFAULT_UPDATE_INTERVAL_MS = 5 * 60 * 1000; // 5 minutes
const DEFAULT_UPDATE_INTERVAL_MS = 60 * 1000; // 5 minutes
const DEFAULT_BUNDLE_BACKFILL_INTERVAL_MS = 15 * 60 * 1000; // 15 minutes
const DEFAULT_FILTER_REPOCESS_INTERVAL_MS = 15 * 60 * 1000; // 15 minutes

Expand Down

0 comments on commit 55552bd

Please sign in to comment.