diff options
author | Pjotr Prins | 2023-01-27 10:52:39 -0600 |
---|---|---|
committer | Pjotr Prins | 2023-01-27 10:52:39 -0600 |
commit | 49835e9089be392ae0150e05b86d1cd110bde148 (patch) | |
tree | 2436d3d1215c31f4cb72850ad4f5afed7899dc63 /issues | |
parent | f1a589a69e1ceecfd86af7c500b383fc35f60d33 (diff) | |
download | gn-gemtext-49835e9089be392ae0150e05b86d1cd110bde148.tar.gz |
Monitoring connections
Diffstat (limited to 'issues')
-rw-r--r-- | issues/database-not-responding.gmi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/issues/database-not-responding.gmi b/issues/database-not-responding.gmi index f33ee89..dec9b1e 100644 --- a/issues/database-not-responding.gmi +++ b/issues/database-not-responding.gmi @@ -273,3 +273,5 @@ MariaDB [db_webqtl]> SHOW VARIABLES LIKE '%timeout%'; | wait_timeout | 28800 | +---------------------------------------+----------+ ``` + +If you set wait_timeout and interactive_timeout values they get reset after a while. |