File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
main/java/io/trino/execution 
test/java/io/trino/execution Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public class TaskManagerConfig
7272    private  int  pagePartitioningBufferPoolSize  = 8 ;
7373
7474    private  Duration  clientTimeout  = new  Duration (2 , TimeUnit .MINUTES );
75-     private  Duration  infoMaxAge  = new  Duration (15 , TimeUnit .MINUTES );
75+     private  Duration  infoMaxAge  = new  Duration (5 , TimeUnit .MINUTES );
7676
7777    private  Duration  statusRefreshMaxWait  = new  Duration (1 , TimeUnit .SECONDS );
7878    private  Duration  infoUpdateInterval  = new  Duration (3 , TimeUnit .SECONDS );
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public void testDefaults()
5151                .setMinDrivers (Runtime .getRuntime ().availableProcessors () * 2  * 2 )
5252                .setMinDriversPerTask (3 )
5353                .setMaxDriversPerTask (Integer .MAX_VALUE )
54-                 .setInfoMaxAge (new  Duration (15 , TimeUnit .MINUTES ))
54+                 .setInfoMaxAge (new  Duration (5 , TimeUnit .MINUTES ))
5555                .setClientTimeout (new  Duration (2 , TimeUnit .MINUTES ))
5656                .setMaxIndexMemoryUsage (DataSize .of (64 , Unit .MEGABYTE ))
5757                .setShareIndexLoading (false )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments