mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	undo accidental MAX_ALLOWED_FILE_SIZE_MB change
This commit is contained in:
		
							parent
							
								
									ff679b00b6
								
							
						
					
					
						commit
						56fc720ac7
					
				@ -76,7 +76,7 @@ import etapiBackupRoute from "../etapi/backup.js";
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import apiDocsRoute from "./api_docs.js";
 | 
					import apiDocsRoute from "./api_docs.js";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const MAX_ALLOWED_FILE_SIZE_MB = 100000;
 | 
					const MAX_ALLOWED_FILE_SIZE_MB = 250;
 | 
				
			||||||
const GET = "get",
 | 
					const GET = "get",
 | 
				
			||||||
    PST = "post",
 | 
					    PST = "post",
 | 
				
			||||||
    PUT = "put",
 | 
					    PUT = "put",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user