We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097900f commit 0a7edc2Copy full SHA for 0a7edc2
config/environments/staging.js.example
@@ -36,6 +36,9 @@ module.exports.db_batch_port = '5432';
36
module.exports.finished_jobs_ttl_in_seconds = 2 * 3600; // 2 hours
37
module.exports.batch_query_timeout = 12 * 3600 * 1000; // 12 hours in milliseconds
38
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';
42
// Max number of queued jobs a user can have at a given time
43
module.exports.batch_max_queued_jobs = 64;
44
// Capacity strategy to use.
0 commit comments