This repository was archived by the owner on Jan 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 "authTimeout" : 5000 ,
4141 "keepalive" : true ,
4242 "autotls" : " never" ,
43- "rejectUnauthorized" : false
43+ "rejectUnauthorized" : false ,
44+ "poolEnabled" : true ,
45+ "poolTimeout" : " 60000"
4446 },
4547 {
4648 "id" : " be3042551fefd2a7" ,
5860 "authTimeout" : " " ,
5961 "keepalive" : false ,
6062 "secure" : false ,
61- "rejectUnauthorized" : false
63+ "rejectUnauthorized" : false ,
64+ "poolEnabled" : false ,
65+ "poolSize" : " 5" ,
66+ "poolTimeout" : " 60000"
6267 },
6368 {
6469 "id" : " fd4bdf33d0253f6a" ,
Original file line number Diff line number Diff line change 121121 </div >
122122
123123 < div class = "form-row" >
124- < label for = "node-config-input-poolTimeout" > < i class = "fa fa-clock-o" > </ i > Pool Timeout (ms)</ label >
125- < input type = "number " id = "node-config-input-poolTimeout" placeholder = "60000" style = "width: 70%; " />
124+ < label for = "node-config-input-poolTimeout" > Pool Timeout (ms)</ label >
125+ < input type = "text " id = "node-config-input-poolTimeout" placeholder = "60000" />
126126 </ div >
127127</ script >
128128
Original file line number Diff line number Diff line change 120120 </div >
121121
122122 < div class = "form-row" >
123- < label for = "node-config-input-poolSize" > < i class = "fa fa-database" > </ i > Pool Size</ label >
124- < input type = "number " id = "node-config-input-poolSize" placeholder = "5" style = "width: 70%; " />
123+ < label for = "node-config-input-poolSize" > Pool Size</ label >
124+ < input type = "text " id = "node-config-input-poolSize" placeholder = "5" />
125125 </ div >
126126
127127 < div class = "form-row" >
128- < label for = "node-config-input-poolTimeout" > < i class = "fa fa-clock-o" > </ i > Pool Timeout (ms)</ label >
129- < input type = "number " id = "node-config-input-poolTimeout" placeholder = "60000" style = "width: 70%; " / >
128+ < label for = "node-config-input-poolTimeout" > Pool Timeout (ms)</ label >
129+ < input type = "text " id = "node-config-input-poolTimeout" placeholder = "60000" / >
130130 </div >
131131</ script >
132132
You can’t perform that action at this time.
0 commit comments