From 391a19bc14da42819835d64322befeb8099868bf Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 4 Sep 2014 22:50:23 -0700 Subject: [PATCH] re-enable gdal workaround --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8867894cd..b26ec277a 100755 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ // increase the libuv threadpool size to 1.5x the number of logical CPUs. process.env.UV_THREADPOOL_SIZE = Math.ceil(Math.max(4, require('os').cpus().length * 1.5)); -//process.env.OPENFILEGDB_IN_MEMORY_SPI = "OFF"; +process.env.OPENFILEGDB_IN_MEMORY_SPI = "OFF"; var fs = require('fs'); var path = require('path');