lfoppiano commited on
Commit
92abe7f
·
verified ·
1 Parent(s): dc15df1

Update config-dl.yml

Browse files
Files changed (1) hide show
  1. config-dl.yml +3 -6
config-dl.yml CHANGED
@@ -41,23 +41,20 @@ models:
41
  embeddings_name: "glove-840B"
42
 
43
 
44
- views:
45
- .mustache:
46
- cache: false
47
-
48
  server:
49
  type: custom
50
- idleTimeout: 120 seconds
51
  applicationConnectors:
52
  - type: http
53
  port: 8060
 
 
 
54
  adminConnectors:
55
  - type: http
56
  port: 8061
57
  registerDefaultExceptionMappers: false
58
  maxThreads: 2048
59
  maxQueuedRequests: 2048
60
- acceptQueueSize: 2048
61
 
62
  logging:
63
  level: INFO
 
41
  embeddings_name: "glove-840B"
42
 
43
 
 
 
 
 
44
  server:
45
  type: custom
 
46
  applicationConnectors:
47
  - type: http
48
  port: 8060
49
+ idleTimeout: 120 seconds
50
+ acceptQueueSize: 2048
51
+
52
  adminConnectors:
53
  - type: http
54
  port: 8061
55
  registerDefaultExceptionMappers: false
56
  maxThreads: 2048
57
  maxQueuedRequests: 2048
 
58
 
59
  logging:
60
  level: INFO