Fix LFS timeouts when trying to save large files
Compare changes
- Stan Hu authored
spec/uploaders/lfs_object_uploader_spec.rb
0 → 100644
+ 26
− 0
The following was happening:
When the LFS upload path was on a different filesystem than the Rails installation, step 2 could take a longer than 10 seconds, at which point Workhorse would time out with "badgateway: failed after 10s: context canceled".
This change makes the work path the same root as the LFS storage path, preventing moves across filesystems.
Closes #33218 (closed)