IMPSengine/installation/wvengine.ini
branchRCL_3
changeset 13 a941bc465d9f
parent 0 094583676ce7
equal deleted inserted replaced
12:6ca72c0fe49a 13:a941bc465d9f
       
     1 # WV Engine static settings
       
     2 # Copy this file to %epocroot%\system\data
       
     3 
       
     4 # Whether XML messages are logged or not. 
       
     5 # 'True' does the trick.
       
     6 # XmlLog=True
       
     7 
       
     8 # Whether XML polling messages are logged also.
       
     9 # XmlPollingLog=True
       
    10 
       
    11 # Whether multitrans limit ignored
       
    12 # NoSendLimits=True
       
    13 
       
    14 # Whether CIR channel not started
       
    15 # NoWAPSMSCIR=True
       
    16 # NoWAPUDPCIR=True
       
    17 # NoTCPSCIR=True
       
    18 # NoUDPSCIR=True
       
    19 
       
    20 # Initial periods in seconds
       
    21 PollTime=8
       
    22 KeepAlive=3600
       
    23 
       
    24 # MultiTrans initial
       
    25 MultiTrans=3
       
    26 
       
    27 # expiry times in seconds
       
    28 ACExpiry=40
       
    29 IMExpiry=40
       
    30 GRExpiry=40
       
    31 PRExpiry=120
       
    32 FUExpiry=120
       
    33 
       
    34 # Whether 4-way login in use
       
    35 4WayLogin=True
       
    36 
       
    37 # polling policy tuning
       
    38 CIRModePollTime=0
       
    39 
       
    40 # Max message size
       
    41 MaxMessageSize=307200
       
    42 
       
    43 # end of file