diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2016-11-11 15:49:51 +0100 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2016-11-16 12:46:37 +0100 |
commit | 04f2dd65fb355eb3bf20e0d3deef9123132aacad (patch) | |
tree | 7f750e50524bcbe4fcd6e21e1e2c35dea69e1f9c /config/gitlab.yml.example | |
parent | aa9a289ce55d5099e6a65f25e7c3b38f66148aca (diff) | |
download | gitlab-ce-04f2dd65fb355eb3bf20e0d3deef9123132aacad.tar.gz |
Add idle_timeout to reply by email doc.
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 2da225904e1..327e4a7937c 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -138,7 +138,7 @@ production: &base # The mailbox where incoming mail will end up. Usually "inbox". mailbox: "inbox" - # The mailbox where incoming mail will end up. Usually "inbox". + # The IDLE command timeout. idle_timeout: 60 ## Build Artifacts |