Gamification

Server Configuration

Server configuration settings can be configured with the following:

fc.game.picking.average={'orders':xx, 'locations':yy, 'items':zz}
  • xx - Average order completed per day per picker
  • yy - Average locations visited per day per picker
  • zz - Average items picked per day per picker

Default: 

fc.game.picking.average={'orders':20, 'locations':50, 'items':400}

Timeout messages

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