mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Increase minimum required disk space to download chapters to 200MB (closes #6576)
This commit is contained in:
		| @@ -563,5 +563,5 @@ class Downloader( | ||||
|     } | ||||
| } | ||||
|  | ||||
| // Arbitrary minimum required space to start a download: 50 MB | ||||
| private const val MIN_DISK_SPACE = 50 * 1024 * 1024 | ||||
| // Arbitrary minimum required space to start a download: 200 MB | ||||
| private const val MIN_DISK_SPACE = 200L * 1024 * 1024 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user