Page MenuHomeSoftware Heritage

D173.id528.diff
No OneTemporary

D173.id528.diff

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

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

Event Timeline