From 1e18012e026f4745be90c496e4bc23c7a192a415 Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Sun, 11 Aug 2024 23:39:37 -0400 Subject: [PATCH] Increasing the processing batch --- .gitterra.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitterra.config.js diff --git a/.gitterra.config.js b/.gitterra.config.js new file mode 100644 index 0000000000000..faa57f7daa197 --- /dev/null +++ b/.gitterra.config.js @@ -0,0 +1,5 @@ +export default (config) => { + config.timelapseLookBackPerfRun = 100; + + return config; +};