summaryrefslogtreecommitdiffstats
path: root/roles/fedmsg/gateway/files/gateway.py
blob: d621a236945b29e5f4deec191587198a93164ca0 (plain)
1
2
3
4
5
6
7
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,
}