Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7163862
D173.id528.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
D173.id528.diff
View Options
diff --git a/README b/README
--- a/README
+++ b/README
@@ -19,7 +19,7 @@
# access to swh's storage
storage_class = remote_storage
- storage_args = http://localhost:5000/
+ storage_args = http://localhost:5002/
# parameters to condition loading into swh storage
send_contents = True
@@ -29,7 +29,7 @@
send_occurrences = True
content_packet_size = 10000
content_packet_size_bytes = 1073741824
- directory_packet_size = 25000
+ directory_packet_size = 25002
revision_packet_size = 100000
release_packet_size = 100000
occurrence_packet_size = 100000
diff --git a/bin/swh-check-missing-objects.py b/bin/swh-check-missing-objects.py
--- a/bin/swh-check-missing-objects.py
+++ b/bin/swh-check-missing-objects.py
@@ -16,7 +16,7 @@
'dir_path': '/home/tony/work/inria/repo/linux-tryouts',
'storage_class': 'remote_storage',
- 'storage_args': ['http://localhost:5000/'],
+ 'storage_args': ['http://localhost:5002/'],
}
diff --git a/resources/dir.ini b/resources/dir.ini
--- a/resources/dir.ini
+++ b/resources/dir.ini
@@ -1,6 +1,6 @@
[main]
storage_class = remote_storage
-storage_args = http://localhost:5000/
+storage_args = http://localhost:5002/
send_contents = True
send_directories = True
send_revisions = True
@@ -9,7 +9,7 @@
content_packet_size = 10000
content_packet_size_bytes = 1073741824
content_packet_block_size_bytes = 104857600
-directory_packet_size = 25000
+directory_packet_size = 25002
revision_packet_size = 100000
release_packet_size = 100000
occurrence_packet_size = 100000
diff --git a/swh/loader/dir/tests/test_loader.py b/swh/loader/dir/tests/test_loader.py
--- a/swh/loader/dir/tests/test_loader.py
+++ b/swh/loader/dir/tests/test_loader.py
@@ -49,12 +49,12 @@
'storage': {
'cls': 'remote',
'args': {
- 'url': 'http://localhost:5000/',
+ 'url': 'http://localhost:5002/',
}
},
'content_size_limit': 104857600,
'log_db': 'dbname=softwareheritage-log',
- 'directory_packet_size': 25000,
+ 'directory_packet_size': 25002,
'content_packet_size': 10000,
'send_contents': True,
'send_directories': True,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 30, 5:00 PM (2 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3217913
Attached To
D173: config: use default allocated ports
Event Timeline
Log In to Comment