NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[MariaDB] Decrease connection timeout to SOGo worker lifetime + 10s

15c0b3f7
andryyy <[email protected]> 4 years, 9 months ago
data/conf/mysql/my.cnf | 2 ++
 1 file changed, 2 insertions(+)

Diff

diff --git a/data/conf/mysql/my.cnf b/data/conf/mysql/my.cnf
index 9f520686..efbf5845 100644
--- a/data/conf/mysql/my.cnf
+++ b/data/conf/mysql/my.cnf
@@ -25,6 +25,8 @@ skip-host-cache
 skip-name-resolve
 log-warnings            = 0
 event_scheduler         = 1
+interactive_timeout     = 3610
+wait_timeout            = 3610
 
 [client]
 default-character-set = utf8mb4