pmcf 2.73.11 → 2.73.12
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.
- package/package.json +1 -1
- package/src/services/kea.mjs +3 -1
package/package.json
CHANGED
package/src/services/kea.mjs
CHANGED
|
@@ -198,7 +198,9 @@ export class KeaService extends Service {
|
|
|
198
198
|
"lfc-interval": 3600
|
|
199
199
|
},
|
|
200
200
|
"multi-threading": {
|
|
201
|
-
"enable-multi-threading": true
|
|
201
|
+
"enable-multi-threading": true,
|
|
202
|
+
"thread-pool-size": 2,
|
|
203
|
+
"packet-queue-size": 4
|
|
202
204
|
},
|
|
203
205
|
"expired-leases-processing": {
|
|
204
206
|
"reclaim-timer-wait-time": 10,
|