Skip to content

Commit a43a8ab

Browse files
author
Tom Augspurger
authored
Update environment variables (#418)
1 parent 20dcd2c commit a43a8ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/overview/environment.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ Notably, you shouldn't store large amounts of data in your home directory. Inste
4949

5050
We set several environment variables when your server is started.
5151

52-
Variable | Value | Description
53-
---------------------------------- | ------------- | -----------
52+
Variable | Value | Description
53+
---------------------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------
5454
PC_SDK_SUBSCRIPTION_KEY | unique to you | Used to [sign assets](../concepts/sas) to download data.
5555
GDAL_DISABLE_READDIR_ON_OPEN | EMPTY_DIR | [Improves GDAL performance](https://trac.osgeo.org/gdal/wiki/ConfigOptions#GDAL_DISABLE_READDIR_ON_OPEN) when opening single COGs with GDAL.
5656
GDAL_HTTP_MERGE_CONSECUTIVE_RANGES | YES | [Improves GDAL performance](https://trac.osgeo.org/gdal/wiki/ConfigOptions#GDAL_HTTP_MERGE_CONSECUTIVE_RANGES) by merging consecutive HTTP requests.
57+
GDAL_HTTP_MAX_RETRY | 5 | Number of retries on HTTP errors 429, 502, 503, or 504.
58+
GDAL_HTTP_RETRY_DELAY | 3 | Number of seconds between retries.
5759

5860
## Understanding the software environment
5961

0 commit comments

Comments
 (0)