Skip to content

Commit

Permalink
re-enable gdal workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Sep 5, 2014
1 parent f0c45f7 commit 391a19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 391a19b

Please sign in to comment.