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 4c74067 commit 395fbd7Copy full SHA for 395fbd7
src/utils/constants/router_constants.ts
@@ -1,5 +1,5 @@
1
// Router Constants
2
export const ROUTER_CONSTANTS = {
3
- PACKET_QUEUE_MAX_SIZE: 1024,
4
- PROCESSING_SPEED: 8,
+ PACKET_QUEUE_MAX_SIZE: 4096,
+ PROCESSING_SPEED: 1024,
5
} as const;
0 commit comments