Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrDoctorWho/vk4xmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrDoctorWho <mrdoctorwho@gmail.com>2013-09-26 17:59:01 +0400
committermrDoctorWho <mrdoctorwho@gmail.com>2013-09-26 17:59:01 +0400
commit7f6013bb1a1018e08c4a14af9b585edf4d251e55 (patch)
treece05090287a082aa2a5622b6cd9cbe13fc31a8ae /Config_example.txt
parent932ca8bdc447d89e1c2d81fe54ca2316017a7c18 (diff)
code cleanup, memory consuming now can be set in confing
nothing fixed or i can't remember it
Diffstat (limited to 'Config_example.txt')
-rw-r--r--Config_example.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config_example.txt b/Config_example.txt
index e3caa57..2bfbd06 100644
--- a/Config_example.txt
+++ b/Config_example.txt
@@ -50,6 +50,9 @@ AdditionalAbout = ""
ConferenceServer = ""
#! Edit next settings ONLY IF YOU KNOW WHAT ARE YOU DOING! DEFAULT VALUES ARE RECOMMENTED!
+## Thread stack size (WARNING: EDIT IT ONLY WHEN TRANSPORT CRASH WITH SEGMENTATION FAULT ERROR)
+## minimum value is 32768 bytes (32kb)
+THREAD_STACK_SIZE = 0
## Timeout when user considered inactive (seconds)
USER_CONSIDERED_ACTIVE_IF_LAST_ACTIVITY_LESS_THAN = 600