Commit 2f2931b7d4df1389e759dc87a8ff1858f9259ff3

Authored by Elena.Budnik
1 parent a9285c23

added GATEWAY_TIMEOUT (optional) : if proxxy : Ext.Ajax.timeout = GATEWAY_TIMEOUT

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
php/my_config.template.php
... ... @@ -24,6 +24,9 @@ define('TITLE', '{:TITLE:}');
24 24 // here for additional flexibility
25 25 define('MAX_UPLOADED_FILESIZE',{:MAX_UPLOADED_FILESIZE:}); // in bytes !!!
26 26  
  27 +// To define only if current AMDA installation is behind proxy
  28 +define('GATEWAY_TIMEOUT','{:GATEWAY_TIMEOUT:}');
  29 +
27 30 // To define only if you are behind a proxy
28 31 define('PROXY_HOST','{:PROXY_HOST:}');
29 32 define('PROXY_USERPWD','{:PROXY_USERPWD:}');
... ...