Commit c50006ab002b87ff27494deccadf073e124e9730

Authored by Guilherme Andrade Del Cantoni
1 parent d3d3b5ea

Ajuste em timeout do serviço de monitoramento de pendências

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
rn/PendenciasTramiteRN.php
... ... @@ -6,7 +6,7 @@ error_reporting(E_ALL);
6 6  
7 7 class PendenciasTramiteRN extends InfraRN {
8 8  
9   - const TIMEOUT_SERVICO_PENDENCIAS = 900;
  9 + const TIMEOUT_SERVICO_PENDENCIAS = 600;
10 10  
11 11 private static $instance = null;
12 12 private $strEnderecoServicoPendencias = null;
... ...