gitea/modules/queue
Giteabot 478e7042f5
Increase queue length () ()
Backport  by @wolfogre

It should be OK to increase the default queue length since the default
type is "level".

IMO, the old default length (100) is a little too small. See
https://github.com/go-gitea/gitea/issues/27540#issuecomment-1754269491

IIRC, a larger length could lead to more memory usage only when the type
is "channel," but it's an obscure case. Otherwise, it's just a limit
(for "level" or "redis").

Co-authored-by: Jason Song <i@wolfogre.com>
..
lqinternal Help to recover from corrupted levelqueue ()
backoff.go Rewrite queue ()
base.go Rewrite queue ()
base_channel.go Improve queue & process & stacktrace ()
base_channel_test.go Rewrite queue ()
base_dummy.go Rewrite queue ()
base_levelqueue.go Help to recover from corrupted levelqueue ()
base_levelqueue_common.go Help to recover from corrupted levelqueue ()
base_levelqueue_test.go Help to recover from corrupted levelqueue ()
base_levelqueue_unique.go Help to recover from corrupted levelqueue ()
base_redis.go Improve queue & process & stacktrace ()
base_redis_test.go Kd/fix redis unit test ()
base_test.go Rewrite queue ()
config.go Rewrite queue ()
manager.go Improve queue and logger context ()
manager_test.go Increase queue length () ()
queue.go Expanding documentation in queue.go ()
testhelper.go Rewrite queue ()
workergroup.go Improve queue and logger context ()
workerqueue.go Update tool dependencies, lock govulncheck and actionlint ()
workerqueue_test.go Improve queue and logger context ()