mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-30 18:35:00 -04:00 
			
		
		
		
	chore(ml): increase spool threshold to 64MiB (#5176)
This commit is contained in:
		
							parent
							
								
									acf099e481
								
							
						
					
					
						commit
						ddf04a7eb4
					
				| @ -24,7 +24,7 @@ from .schemas import ( | ||||
|     TextResponse, | ||||
| ) | ||||
| 
 | ||||
| MultiPartParser.max_file_size = 2**24  # spools to disk if payload is 16 MiB or larger | ||||
| MultiPartParser.max_file_size = 2**26  # spools to disk if payload is 64 MiB or larger | ||||
| app = FastAPI() | ||||
| 
 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user