You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
151
151
-`LETSENCRYPT_ACCEPTTOS`: **false**: This is an explicit check that you accept the terms of service for Let's Encrypt.
152
152
-`LETSENCRYPT_DIRECTORY`: **https**: Directory that Letsencrypt will use to cache information such as certs and private keys.
153
153
-`LETSENCRYPT_EMAIL`: **[email protected]**: Email used by Letsencrypt to notify about problems with issued certificates. (No default)
154
+
-`ALLOW_GRACEFUL_RESTARTS`: **true**: Perform a graceful restart on SIGHUP
155
+
-`GRACEFUL_HAMMER_TIME`: **60s**: After a restart the parent process will stop accepting new connections and will allow requests to finish before stopping. Shutdown will be forced if it takes longer than this time.
154
156
155
157
## Database (`database`)
156
158
@@ -179,6 +181,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
179
181
-`REPO_INDEXER_PATH`: **indexers/repos.bleve**: Index file used for code search.
180
182
-`UPDATE_BUFFER_LEN`: **20**: Buffer length of index request.
181
183
-`MAX_FILE_SIZE`: **1048576**: Maximum size in bytes of files to be indexed.
184
+
-`STARTUP_TIMEOUT`: **30s**: If the indexer takes longer than this timeout to start - fail. (This timeout will be added to the hammer time above for child processes - as bleve will not start until the previous parent is shutdown.)
0 commit comments