Changeset 102

Show
Ignore:
Timestamp:
02/11/02 18:39:44 (7 years ago)
Author:
jajcus
Message:

- added timeout/interval settings (I thought they are already there)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jggtrans.xml

    r98 r102  
    104104 --> 
    105105 
     106  <!-- You can change this values according to your needs --> 
     107  <conn_timeout>3000</conn_timeout> 
     108  <ping_interval>10</ping_interval> 
     109 
     110  <!-- GaduGadu server doesn't seem to answer pings any more :-(  
     111       So let's give it a year :-) --> 
     112  <pong_timeout>31536000</pong_timeout> 
     113                      
     114 
    106115 <!-- Spool directory. This is the place, where user info will be stored. --> 
    107116 <!-- Be careful about permissions - users' GG passwords are stored there --> 
  • trunk/jggtrans.xml.Pl

    r98 r102  
    109109 </proxy> 
    110110 --> 
     111  
     112 <!-- Te wartości można zmieniać wedle własnych upodobań. 
     113      Jak sesja niepotrzebnie dostaje timeout można to zwiększać  
     114      w nieskończoność :-) --> 
     115 <conn_timeout>3000</conn_timeout> 
     116 <ping_interval>10</ping_interval> 
     117 
     118 <!-- Od jakiegoś czasu serwer GaduGadu nie odpowiada na pingi :-(  
     119      Ale dajmy mu rok czasu na odpowiedź :-) --> 
     120 <pong_timeout>31536000</pong_timeout> 
    111121 
    112122 <!-- Katalog z danymi użytkowników. -->