diff options
author | Chocobozzz <me@florianbigard.com> | 2022-04-19 11:44:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-04-19 11:44:03 +0200 |
commit | 77d0ae7b201264423d81e1019139eac3d7716536 (patch) | |
tree | 1a9fa6c20395deb32bd023de94611871d424be4e /package.json | |
parent | f692fc8d6f186c0535599c5c2321d896e41bdb98 (diff) | |
download | PeerTube-77d0ae7b201264423d81e1019139eac3d7716536.tar.gz PeerTube-77d0ae7b201264423d81e1019139eac3d7716536.tar.zst PeerTube-77d0ae7b201264423d81e1019139eac3d7716536.zip |
Fix 2 hours limit on uploads
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 722c7867e..97438afdb 100644 --- a/package.json +++ b/package.json | |||
@@ -81,7 +81,7 @@ | |||
81 | "@babel/parser": "7.17.9", | 81 | "@babel/parser": "7.17.9", |
82 | "@peertube/feed": "^5.0.1", | 82 | "@peertube/feed": "^5.0.1", |
83 | "@peertube/http-signature": "^1.4.0", | 83 | "@peertube/http-signature": "^1.4.0", |
84 | "@uploadx/core": "^5.0.0", | 84 | "@uploadx/core": "^5.1.0", |
85 | "async": "^3.0.1", | 85 | "async": "^3.0.1", |
86 | "async-lru": "^1.1.1", | 86 | "async-lru": "^1.1.1", |
87 | "bcrypt": "5.0.1", | 87 | "bcrypt": "5.0.1", |