diff options
author | Unknwon <u@gogs.io> | 2015-09-16 23:08:46 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-16 23:08:46 -0400 |
commit | e75fd2f783a413ae612e3e6110c912b3ecf9555d (patch) | |
tree | 969e7fc034c60db60695780b75815bbba17db7e8 /conf | |
parent | a517cfdf7b24514d7c1f6695dc175ce18c832465 (diff) | |
download | gitea-e75fd2f783a413ae612e3e6110c912b3ecf9555d.tar.gz gitea-e75fd2f783a413ae612e3e6110c912b3ecf9555d.zip |
simplify names
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index 58a79a166d..231015333f 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -115,7 +115,7 @@ PAGING_NUM = 10 [mailer] ENABLED = false ; Buffer length of channel, keep it as it is if you don't know what it is. -SEND_BUFFER_LEN = 10 +SEND_BUFFER_LEN = 100 ; Name displayed in mail title SUBJECT = %(APP_NAME)s ; Mail server |