From da60ec9ba32d5861240364557396ba0966883ca9 Mon Sep 17 00:00:00 2001 From: cgonzalez Date: Tue, 16 Nov 2021 08:39:16 +0000 Subject: [PATCH] Increase limit to 26 --- services/importer/lib/importer/runner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/importer/lib/importer/runner.rb b/services/importer/lib/importer/runner.rb index ed12e4f3b5..eb702cf8c0 100644 --- a/services/importer/lib/importer/runner.rb +++ b/services/importer/lib/importer/runner.rb @@ -29,7 +29,7 @@ module CartoDB UNKNOWN_ERROR_CODE = 99999 # Hard-limit on number of spawned tables (zip files, KMLs and so on) - MAX_TABLES_PER_IMPORT = 10 + MAX_TABLES_PER_IMPORT = 26 # @param options Hash # {