How to set "unsafe" Git LFS config items?

Viewed 497

I want to set lfs.activitytimeout in LFS config, however doing this locally results in a warning:

WARNING: These unsafe lfsconfig keys were ignored

How to I set lfs.activitytimeout for a repo?

Edit: As per VonC's answer below, the real culprit is trying to set these values in the .lfsconfig file, not the vanilla .config file. If you set them in the .config file they appear to work.

1 Answers
Related