diff options
author | Jonas Bröms <9416498+cez81@users.noreply.github.com> | 2018-11-09 00:58:02 +0100 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-11-08 18:58:02 -0500 |
commit | 599adde1bc3670279d371fd9f2620c2829286bf6 (patch) | |
tree | a7d2dce94f1328a9c504478d9a2a8b49265a0811 /options | |
parent | de8f98192b113fde31c6361584b624c48de83895 (diff) | |
download | gitea-599adde1bc3670279d371fd9f2620c2829286bf6.tar.gz gitea-599adde1bc3670279d371fd9f2620c2829286bf6.zip |
Add option to disable automatic mirror syncing. (#5242)
Setting the interval to 0 will disable to automatic syncing.
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 6f32341575..a82acc3dd1 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -524,7 +524,7 @@ create_repo = Create Repository default_branch = Default Branch mirror_prune = Prune mirror_prune_desc = Remove obsolete remote-tracking references -mirror_interval = Mirror Interval (valid time units are 'h', 'm', 's') +mirror_interval = Mirror Interval (valid time units are 'h', 'm', 's'). 0 to disable automatic sync. mirror_interval_invalid = The mirror interval is not valid. mirror_address = Clone From URL mirror_address_desc = Include any required authorization credentials in the URL. |