mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
2010-06-09 Ramon Novoa <rnovoa@artica.es>
* conf/pandora_server.conf: Set the default server_threshold to 5 seconds. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2899 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d35924cfb9
commit
a0d108bada
@ -1,8 +1,18 @@
|
|||||||
|
2010-06-09 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* conf/pandora_server.conf: Set the default server_threshold to 5
|
||||||
|
seconds.
|
||||||
|
|
||||||
2010-06-09 Miguel de Dios <miguel.dedios@artica.es>
|
2010-06-09 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* DEBIAN/make_deb_package.sh: added the code to include the man pages into
|
* DEBIAN/make_deb_package.sh: added the code to include the man pages into
|
||||||
DEB package.
|
DEB package.
|
||||||
|
|
||||||
|
2010-06-09 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* conf/pandora_server.conf: Set the default server_threshold to 5
|
||||||
|
seconds.
|
||||||
|
|
||||||
2010-06-09 Ramon Novoa <rnovoa@artica.es>
|
2010-06-09 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* pandora_server.spec: Create the man dir.
|
* pandora_server.spec: Create the man dir.
|
||||||
|
@ -116,7 +116,7 @@ server_keepalive 45
|
|||||||
|
|
||||||
# Server Threshold: defines number of seconds of main loop (in sec)
|
# Server Threshold: defines number of seconds of main loop (in sec)
|
||||||
|
|
||||||
server_threshold 1
|
server_threshold 5
|
||||||
|
|
||||||
# Network threads: Do not set too high (~40). Each threads make a network module check.
|
# Network threads: Do not set too high (~40). Each threads make a network module check.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user