Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7343117
D1224.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
467 B
Subscribers
None
D1224.diff
View Options
diff --git a/swh/objstorage/api/server.py b/swh/objstorage/api/server.py
--- a/swh/objstorage/api/server.py
+++ b/swh/objstorage/api/server.py
@@ -128,7 +128,7 @@
_cfg = config['objstorage']
app['objstorage'] = get_objstorage(_cfg['cls'], _cfg['args'])
- client_max_size = config.get('client_max_size')
+ client_max_size = config.get('client_max_size', 1024 * 1024 * 1024)
if client_max_size:
app._client_max_size = client_max_size
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 17 2025, 7:30 PM (7 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3216744
Attached To
D1224: objstorage: Reinstate a good default value for client_max_size
Event Timeline
Log In to Comment