From e8e22ca165ac1bc8a7435d5d55b3e94b1883d9d8 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 10 May 2019 17:26:34 +0200 Subject: [PATCH] Update docs --- docs/docs/SETTINGS.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/docs/SETTINGS.md b/docs/docs/SETTINGS.md index 3b4895f2..58e82ea8 100644 --- a/docs/docs/SETTINGS.md +++ b/docs/docs/SETTINGS.md @@ -387,14 +387,6 @@ Description: Should I try using gzip encoding for requests bigger than N bytes? Update handling settings -### `$settings['updates']['handle_updates']` -Default: false -Description: Should I handle updates? - -### `$settings['updates']['handle_old_updates']` -Default: true -Description: Should I handle old updates on startup? - ### `$settings['updates']['getdifference_interval']` Default: 10 Description: If positive and bigger than zero, no requests will be sent to the socket to request updates in N seconds, passive update listening will be used instead