Server configuration settings can be configured with the following:
fc.game.picking.average={'orders':xx, 'locations':yy, 'items':zz}
Default:
fc.game.picking.average={'orders':20, 'locations':50, 'items':400}
To configure the timeout for a message that has been sent to a connector, set the connection timeout in seconds (e.g., 10 seconds):
xserver.integration.connecttimeout=10s
To configure the timeout for a message to be read, set the connection timeout in seconds (e.g., 10 seconds):
xserver.integration.readtimeout=10s