Skip to content

Commit 00f61cf

Browse files
committed
interval
1 parent 62c99d0 commit 00f61cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/seed-traces/seed-traces.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ const USAGE_DAYS = process.env.USAGE_DAYS || '14';
752752
console.log(
753753
`Seeding usage for the last ${USAGE_DAYS} day(s). (Overwrite using the USAGE_DAYS environment variable)`,
754754
);
755-
const USAGE_INTERVAL = process.env.USAGE_INTERVAL || '20';
755+
const USAGE_INTERVAL = process.env.USAGE_INTERVAL || '1';
756756
console.log(
757757
`Seeding every ${USAGE_INTERVAL} minute(s). (Overwrite using the USAGE_INTERVAL environment variable)`,
758758
);

0 commit comments

Comments
 (0)