Jelajahi Sumber

Update default value in docs and changelog

JC Brand 6 tahun lalu
induk
melakukan
2ba2ce0c0b
2 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 2 0
      CHANGES.md
  2. 1 1
      docs/source/configuration.rst

+ 2 - 0
CHANGES.md

@@ -3,6 +3,8 @@
 ## 5.0.1 (Unreleased)
 ## 5.0.1 (Unreleased)
 
 
 - Add a new GUI for moderator actions. You can trigger it by entering `/modtools` in a MUC.
 - Add a new GUI for moderator actions. You can trigger it by entering `/modtools` in a MUC.
+- Reconnect if the server doesn't respond to a `ping` within 10 seconds.
+- Don't query for MAM MUC messages before the cached messages have been restored (another cause of duplicate messages).
 
 
 ## 5.0.0 (2019-08-08)
 ## 5.0.0 (2019-08-08)
 
 

+ 1 - 1
docs/source/configuration.rst

@@ -1163,7 +1163,7 @@ Use OMEMO encryption by default when the chat supports it.
 ping_interval
 ping_interval
 -------------
 -------------
 
 
-* Default:  ``180``
+* Default:  ``60``
 
 
 Make ping to server in order to keep connection with server killing sessions after idle timeout.
 Make ping to server in order to keep connection with server killing sessions after idle timeout.
 The ping are sent only if no messages are sent in the last ``ping_interval`` seconds
 The ping are sent only if no messages are sent in the last ``ping_interval`` seconds