Mgreq.ini (Magic xpi 4.14)
The Mgreq.ini file stores IMM-related information. It is located under the <Magic xpi installation>\Runtime\scripts\config directory for the use of the Web requester. The Mgreq.ini file is also located in the <Magic xpi installation>\Runtime folder for the use of the Command Line requester.
|
|
HttpVars
|
For Internet requesters: A list of variables that are sent from the Web server to the activated task, using different requesters: ISAPI or CGI.
Syntax: httpVars=VarName1, VarName2,...
|
PollingIntervalMs
|
The Web requester's polling interval in milliseconds.
A small value will result in a faster response time, but might increase the CPU and network load. A large value will make the client wait for a longer time.
Default: 10
|
RequesterTimeoutSec
|
The Web requester's timeout in seconds.
Default: 30
See also: Requester Timeout.
|
The timeout value of 0 will not be considered as infinite for TCP Listener component. For a higher timeout, specify a greater value as per requirement. This applies to <Magic xpi installation>\Runtime\Mgreq.ini file.
|
|