Projects tigase _server server-core Issues #323
Database query timeout configuration (#323)
Closed
binh vo opened 1 decade ago

I looked into the Tigase and see the query timeout is a hardcoded with 10 milliseconds (database log in timeout = 15). Is there any config for these params? Thanks.

binh vo commented 1 decade ago

The time is in seconds actually.

Artur Hefczyc commented 1 decade ago

You should be able to tune these timeout using following settings in the init.properties file:

basic-conf/auth-repo-params/sql-query-timeout=10
basic-conf/auth-repo-params/db-conn-timeout=15
basic-conf/user-repo-params/sql-query-timeout=10
basic-conf/user-repo-params/db-conn-timeout=15
issue 1 of 1
Type
Question
Priority
Major
Assignee
RedmineID
1970
Version
tigase-server-5.2.1
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#323
Please wait...
Page is in error, reload to recover