@platformatic/foundation 3.23.0 → 3.24.0-alpha0
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/lib/schema.js +0 -4
- package/package.json +1 -1
package/lib/schema.js
CHANGED
|
@@ -350,10 +350,6 @@ export const server = {
|
|
|
350
350
|
port: {
|
|
351
351
|
anyOf: [{ type: 'integer' }, { type: 'string' }]
|
|
352
352
|
},
|
|
353
|
-
backlog: {
|
|
354
|
-
type: 'integer',
|
|
355
|
-
description: 'The maximum length of the queue of pending connections'
|
|
356
|
-
},
|
|
357
353
|
http2: {
|
|
358
354
|
type: 'boolean'
|
|
359
355
|
},
|