Skip to content

Commit 798eec4

Browse files
committed
update 8 threads to 64
1 parent 80cc838 commit 798eec4

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

conf/default-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"optout_heap_default_capacity": 8192,
2020
"optout_status_api_enabled": true,
2121
"optout_status_max_request_size": 5000,
22-
"cloud_download_threads": 8,
22+
"cloud_download_threads": 64,
2323
"cloud_upload_threads": 2,
2424
"cloud_refresh_interval": 60,
2525
"sites_metadata_path": "sites/metadata.json",

conf/docker-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"optout_partition_interval": 86400,
2121
"optout_max_partitions": 30,
2222
"optout_heap_default_capacity": 8192,
23-
"cloud_download_threads": 8,
23+
"cloud_download_threads": 64,
2424
"cloud_upload_threads": 2,
2525
"cloud_refresh_interval": 60,
2626
"sites_metadata_path": "/com.uid2.core/test/sites/metadata.json",

conf/local-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"identity_scope": "uid2",
2020
"enable_v2_encryption": false,
2121
"sharing_token_expiry_seconds": 2592000,
22-
"cloud_download_threads": 8,
22+
"cloud_download_threads": 64,
2323
"cloud_upload_threads": 2,
2424
"cloud_refresh_interval": 60,
2525
"optout_inmem_cache": false,

conf/local-e2e-private-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"identity_scope": "uid2",
2525
"enable_v2_encryption": true,
2626
"sharing_token_expiry_seconds": 2592000,
27-
"cloud_download_threads": 8,
27+
"cloud_download_threads": 64,
2828
"cloud_upload_threads": 2,
2929
"cloud_refresh_interval": 60,
3030
"optout_inmem_cache": false,

conf/local-e2e-public-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"identity_scope": "uid2",
2525
"enable_v2_encryption": true,
2626
"sharing_token_expiry_seconds": 2592000,
27-
"cloud_download_threads": 8,
27+
"cloud_download_threads": 64,
2828
"cloud_upload_threads": 2,
2929
"cloud_refresh_interval": 60,
3030
"optout_inmem_cache": false,

scripts/aws/conf/default-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"optout_partition_interval": 86400,
1818
"optout_max_partitions": 30,
1919
"optout_heap_default_capacity": 8192,
20-
"cloud_download_threads": 8,
20+
"cloud_download_threads": 64,
2121
"cloud_upload_threads": 2,
2222
"cloud_refresh_interval": 60,
2323
"sites_metadata_path": "sites/metadata.json",

scripts/azure-cc/conf/default-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"optout_partition_interval": 86400,
1818
"optout_max_partitions": 30,
1919
"optout_heap_default_capacity": 8192,
20-
"cloud_download_threads": 8,
20+
"cloud_download_threads": 64,
2121
"cloud_upload_threads": 2,
2222
"cloud_refresh_interval": 60,
2323
"sites_metadata_path": "sites/metadata.json",

scripts/gcp-oidc/conf/default-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"optout_partition_interval": 86400,
1818
"optout_max_partitions": 30,
1919
"optout_heap_default_capacity": 8192,
20-
"cloud_download_threads": 8,
20+
"cloud_download_threads": 64,
2121
"cloud_upload_threads": 2,
2222
"cloud_refresh_interval": 60,
2323
"sites_metadata_path": "sites/metadata.json",

0 commit comments

Comments
 (0)