Browse Source

a 5k dict is too small?

Tangent 4 years ago
parent
commit
a6fa9a7149
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      nginx.conf

+ 1
- 1
nginx.conf View File

@@ -11,7 +11,7 @@ http {
11 11
   charset UTF-8;
12 12
   include mime.types;
13 13
 
14
-  lua_shared_dict worker 5k;
14
+  lua_shared_dict worker 1m;
15 15
   init_worker_by_lua '
16 16
     require("worker")
17 17
   ';