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 62c99d0 commit 00f61cfCopy full SHA for 00f61cf
scripts/seed-traces/seed-traces.mts
@@ -752,7 +752,7 @@ const USAGE_DAYS = process.env.USAGE_DAYS || '14';
752
console.log(
753
`Seeding usage for the last ${USAGE_DAYS} day(s). (Overwrite using the USAGE_DAYS environment variable)`,
754
);
755
-const USAGE_INTERVAL = process.env.USAGE_INTERVAL || '20';
+const USAGE_INTERVAL = process.env.USAGE_INTERVAL || '1';
756
757
`Seeding every ${USAGE_INTERVAL} minute(s). (Overwrite using the USAGE_INTERVAL environment variable)`,
758
0 commit comments