mirror of
				https://github.com/m00natic/vlfi.git
				synced 2025-10-30 22:53:37 +00:00 
			
		
		
		
	fixed large-file-warning-threshold error
This commit is contained in:
		
				
					committed by
					
						 Andrey Kotlarski
						Andrey Kotlarski
					
				
			
			
				
	
			
			
			
						parent
						
							a01e9ed416
						
					
				
				
					commit
					31b292dc85
				
			| @@ -60,7 +60,9 @@ but don't change batch size.  If t, measure and change." | ||||
|                                (if ram-size | ||||
|                                    (/ ram-size 20) | ||||
|                                  0)) | ||||
|                              large-file-warning-threshold) | ||||
|                              (if large-file-warning-threshold | ||||
|                                  large-file-warning-threshold | ||||
|                                0)) | ||||
|   "Maximum batch size in bytes when auto tuning. | ||||
| Avoid increasing this after opening file with VLF." | ||||
|   :group 'vlf :type 'integer) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user