This file is indexed.

/etc/fedmsg.d/gateway.py is in python-fedmsg 0.7.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
config = {
    # This is the port for a special, outbound ZMQ pub socket on which we'll
    # rebroadcast everything on the fedmsg bus.
    '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': 10000,
}