Skip to content

Commit ae42c8e

Browse files
committed
profiling: bump chunk interval to 60s
1 parent 2afe732 commit ae42c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/profiling-node/src/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
makeProfileChunkEnvelope,
3131
} from './utils';
3232

33-
const CHUNK_INTERVAL_MS = 5000;
33+
const CHUNK_INTERVAL_MS = 1000 * 60;
3434
const PROFILE_MAP = new LRUMap<string, RawThreadCpuProfile>(50);
3535
const PROFILE_TIMEOUTS: Record<string, NodeJS.Timeout> = {};
3636

0 commit comments

Comments
 (0)