Skip to content

Commit

Permalink
adjust default lfs-threshold to 99MB
Browse files Browse the repository at this point in the history
  • Loading branch information
Brilator committed Sep 24, 2024
1 parent 583ac15 commit 39d729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArcCommander/ArcConfiguration.fs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type ArcConfiguration =
"general.verbosity" , "1"
"general.editor" , editor
"general.rootfolder" , ".arc"
"general.gitlfsbytethreshold" , "150000000"
"general.gitlfsbytethreshold" , "99000000"
"general.gitlfsrules" , "**/dataset/**"
"general.authclientid" , "80f4fbff13c3a27713860b6e71755fb3cba7adf644cf71a7cfcc9c1f67ac3680"
"general.authscope" , "openid email profile read_repository write_repository"
Expand Down

0 comments on commit 39d729b

Please sign in to comment.