LFS file size threshold?

I recently set up a gitea server, where I put a path for lfs storage and set LFS_START_SERVER to true.

However, I noticed that on repos where I have large files (300-600MB). The repo would still say 0 bytes are stored in lfs. Going to the lfs path also reveals it to be empty.

Is there a setting I am missing, from what size will gitea put files into the lfs path?

Gitea won’t auto-store files as LFS, you need to instruct it to do that.
See also https://git-lfs.com/

Ah thx for clearing that up, I thought it would just autoselect it on the back end based on file size.