Maximum
Tasks
Allows you to specify the maximum number of tasks that the HTML server
(fglhtmld) can handle.
This setting is used to limit the number of users for a web application
so that it does not interfere with other applications. If you do not want
to set a limit, set this value of maxTasks to -1.
For example:
# Maximum tasks (default : -1)
maxTasks=3
Expected type: integer.
|