mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	fix(server): increase typesense start-up settings (#2095)
This commit is contained in:
		
							parent
							
								
									089dbdbd7e
								
							
						
					
					
						commit
						e0b80f49b6
					
				@ -65,7 +65,8 @@ export class TypesenseRepository implements ISearchRepository {
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
      ],
 | 
					      ],
 | 
				
			||||||
      apiKey,
 | 
					      apiKey,
 | 
				
			||||||
      numRetries: 3,
 | 
					      numRetries: 15,
 | 
				
			||||||
 | 
					      retryIntervalSeconds: 4,
 | 
				
			||||||
      connectionTimeoutSeconds: 10,
 | 
					      connectionTimeoutSeconds: 10,
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user