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 2afe732 commit ae42c8eCopy full SHA for ae42c8e
packages/profiling-node/src/integration.ts
@@ -30,7 +30,7 @@ import {
30
makeProfileChunkEnvelope,
31
} from './utils';
32
33
-const CHUNK_INTERVAL_MS = 5000;
+const CHUNK_INTERVAL_MS = 1000 * 60;
34
const PROFILE_MAP = new LRUMap<string, RawThreadCpuProfile>(50);
35
const PROFILE_TIMEOUTS: Record<string, NodeJS.Timeout> = {};
36
0 commit comments