File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,11 @@ export const MIN_PORT = 40000;
34
34
export const MAX_PORT = 48000 ;
35
35
export const MIN_BLOCK_SIZE = 1 ;
36
36
// requires my fork of juicefs to get above 16 (supports 64)!
37
- // do not use non-fork on a filesystem with a block size bigger than 16, as it may corrupt it...
38
- export const MAX_BLOCK_SIZE = 64 ;
39
- export const RECOMMENDED_BLOCK_SIZE = 64 ;
37
+ // do not use non-fork on a filesystem with a block size bigger
38
+ // than 16, as it may corrupt it...
39
+ // Just in case -- for now we will restrict to 16 anyways.
40
+ export const MAX_BLOCK_SIZE = 16 ;
41
+ export const RECOMMENDED_BLOCK_SIZE = 16 ;
40
42
41
43
export interface GoogleCloudServiceAccountKey {
42
44
type : "service_account" ;
Original file line number Diff line number Diff line change 1
1
/* autogenerated by the update_version script */
2
- exports . version = 1715083343 ;
2
+ exports . version = 1719725282 ;
You can’t perform that action at this time.
0 commit comments