Configuration

<< Click to Display Table of Contents >>

Navigation:  Technical documentation >

Configuration

Previous pageReturn to chapter overviewNext page

Global settings

Global settings are defined in the file <root>\Settings\emetra.ini, where <root> is the folder where FastTrak.exe is located. See also chapter about logging.

 

Configuration

FastTrak can be started in several named configurations that will include a given set of modules. Normally this is done with "AutoLogin" parameter on the command line.  If this parameter is not specified, the configuration to use is read from the emetra.ini file

 

[Application]
ConfigName=GBD

 

Database ping-time

 

To change the database ping-time (or disable it) you alter the value for PingInterval under section DatabasePing.

 

To set the ping-interval to 10 minutes:

 

[DatabasePing]

PingInterval=600

 

 

To disable database ping you set it to 0:

 

[DatabasePing]

PingInterval=0

 

To change the database ping-time for spesific users you add the setting to the specific users ini-file, e.g. <root>\Settings\<username>.ini