From 5c3e2e6877659b05e403cf9da9fa9064d9f290c2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 31 May 2019 17:47:53 +0530 Subject: [PATCH] Add a note for packagers if they want to turn off the update check mechanism --- docs/build.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/build.rst b/docs/build.rst index ffad37bcd..c53fdbd44 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -111,3 +111,9 @@ without needing to install all of |kitty|. This applies to creating packages for |kitty| for macOS package managers such as brew or MacPorts as well. + + +.. note:: + |kitty| has its own update check mechanism, if you would like to turn + it off for your package, change the default value of + :opt:`update_check_interval` to zero.