@abtnode/router-provider 1.6.20 → 1.6.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ keepalive_timeout 30;
7
7
  client_body_buffer_size 32k;
8
8
  client_header_buffer_size 16k;
9
9
  large_client_header_buffers 4 256k;
10
- server_names_hash_bucket_size 80;
10
+ server_names_hash_bucket_size 512;
11
11
 
12
12
  ## proxy
13
13
  proxy_headers_hash_bucket_size 512;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/router-provider",
3
- "version": "1.6.20",
3
+ "version": "1.6.23",
4
4
  "description": "Routing engine implementations for abt node",
5
5
  "author": "polunzh <polunzh@gmail.com>",
6
6
  "homepage": "https://github.com/ArcBlock/blocklet-server#readme",
@@ -32,10 +32,10 @@
32
32
  "url": "https://github.com/ArcBlock/blocklet-server/issues"
33
33
  },
34
34
  "dependencies": {
35
- "@abtnode/constant": "1.6.20",
36
- "@abtnode/logger": "1.6.20",
37
- "@abtnode/router-templates": "1.6.20",
38
- "@abtnode/util": "1.6.20",
35
+ "@abtnode/constant": "1.6.23",
36
+ "@abtnode/logger": "1.6.23",
37
+ "@abtnode/router-templates": "1.6.23",
38
+ "@abtnode/util": "1.6.23",
39
39
  "axios": "^0.25.0",
40
40
  "debug": "^4.3.3",
41
41
  "find-process": "^1.4.3",
@@ -52,5 +52,5 @@
52
52
  "devDependencies": {
53
53
  "fs-extra": "^10.0.0"
54
54
  },
55
- "gitHead": "e695a9fa4e2cbf7fcef554be3309090c37919d94"
55
+ "gitHead": "6c478fb7e2a30b302981b5339f349c69134e022e"
56
56
  }