Skip to content

Commit 0a7edc2

Browse files
author
Rafa de la Torre
committed
Add missing COPY config parameters to staging.js.example
I forgot to add these to the staging example file and missed them when testing config changes there. Related to #523
1 parent 097900f commit 0a7edc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/environments/staging.js.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ module.exports.db_batch_port = '5432';
3636
module.exports.finished_jobs_ttl_in_seconds = 2 * 3600; // 2 hours
3737
module.exports.batch_query_timeout = 12 * 3600 * 1000; // 12 hours in milliseconds
3838
module.exports.batch_log_filename = 'logs/batch-queries.log';
39+
module.exports.copy_timeout = "'5h'";
40+
module.exports.copy_from_max_post_size = 1.99 * 1024 * 1024 * 1024 // 1.99 GB;
41+
module.exports.copy_from_max_post_size_pretty = '2 GB';
3942
// Max number of queued jobs a user can have at a given time
4043
module.exports.batch_max_queued_jobs = 64;
4144
// Capacity strategy to use.

0 commit comments

Comments
 (0)