Skip to content

Commit 9b90d57

Browse files
do not emulate pages (#9)
1 parent a6c2e2e commit 9b90d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-dev/terraform/terraform.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ cloudfront_distribution_id = "E2633P2JNWSIZ6"
3232
build_manager_mode = "1"
3333
build_manager_retry_sleep = "1"
3434
build_manager_retry_limit = "15"
35-
build_manager_pages_per_container = "600"
35+
build_manager_pages_per_container = "3"
3636

3737
# child container flags
3838
child_container_s3_sync_extra_flags = "--exclude 'index.html' --exclude '_next/data/*/index.json'"
3939
child_container_use_page_data_file = "1"
4040

4141

4242
# Benchmarking config
43-
benchmarking_num_pages = "1000"
43+
# benchmarking_num_pages = "1000"

0 commit comments

Comments
 (0)