Skip to content

Commit

Permalink
Turning off multithread support, landsat test is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
elidwa committed Oct 16, 2023
1 parent 83d2362 commit f76f774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/geo/geo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ static void configGDAL(void)
* Sets the number of worker threads to be used by GDAL operations that support multithreading.
* The default value depends on the context in which it is used.
*/
CPLSetConfigOption("GDAL_NUM_THREADS", "ALL_CPUS");
// CPLSetConfigOption("GDAL_NUM_THREADS", "ALL_CPUS");

/*
* Enable PROJ library network capabilities for accessing GeoTIFF grids
Expand Down

0 comments on commit f76f774

Please sign in to comment.