Fix issue #4781 - Increase max Beanstalkd message size (#4784)

This commit is contained in:
Vaalyn 2021-11-13 15:08:37 +01:00 committed by GitHub
parent d7bbcc26db
commit 72b4329b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View File

@ -3,3 +3,6 @@
apt:
name: beanstalkd
state: latest
- name: Extend default message size.
template: src=etc_default_beanstalkd.j2 dest=/etc/default/beanstalkd force=yes

View File

@ -0,0 +1 @@
BEANSTALKD_EXTRA="-z 262140"

View File

@ -2,4 +2,4 @@
echo 'Spinning up Beanstalkd process...'
setuser azuracast beanstalkd -p 11300
setuser azuracast beanstalkd -p 11300 -z 262140