• Stan Hu's avatar
    Fix bug where files over 2 GB would not be saved in Geo tracking DB · 87ad97c1
    Stan Hu authored
    If an LFS file were over 2 GB, Sidekiq would fail with a message such as:
    
    ```
    2917923200 is out of range for ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Integer with limit 4
    ```
    
    To fix, increase the value in the database from a 4-byte integer to a 8-byte integer.
    87ad97c1
sh-fix-geo-file-size.yml 102 Bytes