mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-23 04:04:35 +02:00
move max connections from config to db
This commit is contained in:
parent
a0001aaa74
commit
21e9edd201
4 changed files with 6 additions and 5 deletions
|
@ -162,7 +162,6 @@ export const configSchema = z
|
|||
gerbil: z
|
||||
.object({
|
||||
exit_node_name: z.string().optional(),
|
||||
max_connections: z.number().positive().gt(0).optional(),
|
||||
start_port: portSchema
|
||||
.optional()
|
||||
.default(51820)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue