diff options
author | Jerry Jacobs <xor-gate@users.noreply.github.com> | 2024-04-18 13:22:06 +0200 |
---|---|---|
committer | Gergely Nagy <forgejo@gergo.csillger.hu> | 2024-04-21 16:28:16 +0200 |
commit | 5271792666c9e9c8a854f79deffc836628bfb3f3 (patch) | |
tree | 787d726bbb9e07fa7dc08476d3221cbb2dbb17a6 /custom | |
parent | Fix border-radius on view, blame and code search (#30545) (diff) | |
download | forgejo-5271792666c9e9c8a854f79deffc836628bfb3f3.tar.xz forgejo-5271792666c9e9c8a854f79deffc836628bfb3f3.zip |
Fixup app.example.ini for task section, which is now queue.task (#30555)
Config section `[task]` has been deprecated in favor of `[queue.task]`
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
(cherry picked from commit 86d4c8a4662e9ab49888569d77529d2d22292e6b)
Conflicts:
- docs/content/administration/config-cheat-sheet.en-us.md
- docs/content/administration/config-cheat-sheet.zh-cn.md
Removed, they're Gitea specific.
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 304eb3af75..23b41e0853 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -2396,22 +2396,6 @@ LEVEL = Info ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;[task] -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; -;; Task queue type, could be `channel` or `redis`. -;QUEUE_TYPE = channel -;; -;; Task queue length, available only when `QUEUE_TYPE` is `channel`. -;QUEUE_LENGTH = 1000 -;; -;; Task queue connection string, available only when `QUEUE_TYPE` is `redis`. -;; If there is a password of redis, use `redis://127.0.0.1:6379/0?pool_size=100&idle_timeout=180s` or `redis+cluster://127.0.0.1:6379/0?pool_size=100&idle_timeout=180s` for `redis-clsuter`. -;QUEUE_CONN_STR = "redis://127.0.0.1:6379/0?pool_size=100&idle_timeout=180s" - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;[migrations] ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |