mirror of
https://github.com/TurboGit/hubicfuse.git
synced 2026-08-01 18:32:23 +02:00
Set segment_above to avoid overflow on 32bit systems.
This commit is contained in:
+1
-1
@@ -555,7 +555,7 @@ FuseOptions options = {
|
||||
.cache_timeout = "600",
|
||||
.verify_ssl = "true",
|
||||
.segment_size = "1073741824",
|
||||
.segment_above = "2147483648",
|
||||
.segment_above = "2147483647",
|
||||
.storage_url = "",
|
||||
.container = "",
|
||||
//.temp_dir = "/tmp/",
|
||||
|
||||
Reference in New Issue
Block a user