Skip to content

Commit 4688a0a

Browse files
authored
Merge pull request #586 from highcharts/fix/memory-leak
fix/memory-leak
2 parents 7270403 + dbc8ee7 commit 4688a0a

File tree

11 files changed

+632
-489
lines changed

11 files changed

+632
-489
lines changed

.env.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ POOL_IDLE_TIMEOUT = 30000
5757
POOL_CREATE_RETRY_INTERVAL = 200
5858
POOL_REAPER_INTERVAL = 1000
5959
POOL_BENCHMARKING = false
60+
POOL_RESOURCES_INTERVAL = 30000
6061

6162
# LOGGING CONFIG
6263
LOGGING_LEVEL = 4
@@ -75,6 +76,7 @@ OTHER_LISTEN_TO_PROCESS_EXITS = true
7576
OTHER_NO_LOGO = false
7677
OTHER_HARD_RESET_PAGE = false
7778
OTHER_BROWSER_SHELL_MODE = true
79+
OTHER_CONNECTION_OVER_PIPE = false
7880

7981
# DEBUG CONFIG
8082
DEBUG_ENABLE = false

dist/index.cjs

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/index.esm.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/index.esm.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)