Skip to content

Commit 3ba244f

Browse files
committed
Fixup app.example.ini for task section, which is now queue.task
1 parent 2da1dcf commit 3ba244f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

custom/conf/app.example.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2379,19 +2379,19 @@ LEVEL = Info
23792379

23802380
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
23812381
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2382-
;[task]
2382+
;[queue.task]
23832383
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
23842384
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
23852385
;;
23862386
;; Task queue type, could be `channel` or `redis`.
2387-
;QUEUE_TYPE = channel
2387+
;TYPE = channel
23882388
;;
23892389
;; Task queue length, available only when `QUEUE_TYPE` is `channel`.
2390-
;QUEUE_LENGTH = 1000
2390+
;LENGTH = 1000
23912391
;;
23922392
;; Task queue connection string, available only when `QUEUE_TYPE` is `redis`.
23932393
;; 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`.
2394-
;QUEUE_CONN_STR = "redis://127.0.0.1:6379/0?pool_size=100&idle_timeout=180s"
2394+
;CONN_STR = "redis://127.0.0.1:6379/0?pool_size=100&idle_timeout=180s"
23952395

23962396
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
23972397
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)