Files
progettoso/config.ini

18 lines
155 B
INI
Raw Normal View History

[threadpool]
2022-03-15 00:30:04 +01:00
quantity = 10
2022-03-16 23:44:53 +01:00
pending = 20
2022-03-15 00:30:04 +01:00
[files]
MaxFiles = 20
2022-03-22 19:35:06 +01:00
MaxSize = 10000000
[log]
logFile = ./logs/l.log
[socket]
name = ./socket
backlog = 100