Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2016-11-11 17:40:19 +0300
committerMarin Jankovski <maxlazio@gmail.com>2016-11-16 14:46:37 +0300
commitaa9a289ce55d5099e6a65f25e7c3b38f66148aca (patch)
tree94b05fa1be35e175ee267690bcddab1425bdd1d7 /config/gitlab.yml.example
parent05be65f3731ebbe569c51a78ef72e30bf26aa8d0 (diff)
Make mail_room idle_timeout option configurable.
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 699ab6075b6..2da225904e1 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -138,6 +138,8 @@ production: &base
# The mailbox where incoming mail will end up. Usually "inbox".
mailbox: "inbox"
+ # The mailbox where incoming mail will end up. Usually "inbox".
+ idle_timeout: 60
## Build Artifacts
artifacts: