Skip to content

Commit b47ddfb

Browse files
committed
Fixed persistent images.
1 parent 598da2c commit b47ddfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ function Framework() {
10741074
allow_workers_silent: false,
10751075
allow_sessions_unused: '-20 minutes',
10761076
allow_reqlimit: 0,
1077-
allow_persistent_images: true,
1077+
allow_persistent_images: false,
10781078

10791079
nosql_worker: false,
10801080
nosql_inmemory: null, // String Array

0 commit comments

Comments
 (0)