mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
8 lines
252 B
Python
8 lines
252 B
Python
config = {
|
|
# Tell fedmsg-gateway where its special outgoing port is.
|
|
'fedmsg.consumers.gateway.port': 9940,
|
|
|
|
# Set this number to near, but not quite the fs.file-limit. Try 160000.
|
|
'fedmsg.consumers.gateway.high_water_mark': 160000,
|
|
}
|