version 1.60, 2019/07/01 21:59:12
|
version 1.61, 2020/01/27 20:44:28
|
Line 275 EXPORT_LOG_DIR /o |
|
Line 275 EXPORT_LOG_DIR /o |
|
EXPORT_LOCK_DIR /opt/exports/tmp | EXPORT_LOCK_DIR /opt/exports/tmp |
EXPORT_HANDLE_DIR /opt/exports | EXPORT_HANDLE_DIR /opt/exports |
| |
|
# The database table that contains the set of export requests currently being processed |
|
EXPORT_PENDING_REQUESTS_TABLE jsoc.export_pending |
|
|
|
# The interval of time, after which a pending export is considered complete (errored-out). |
|
EXPORT_PENDING_REQUESTS_TIME_OUT 60 |
|
|
# The Python binary must be at least version 2.7. 3.x binaries will work. | # The Python binary must be at least version 2.7. 3.x binaries will work. |
BIN_PY /usr/bin/python | BIN_PY /usr/bin/python |
| |