version 1.61, 2020/01/27 20:44:28
|
version 1.62, 2020/03/24 19:51:10
|
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 |
# The DRMS database table that contains the pending export requests. Unless you have a fully functional export system |
EXPORT_PENDING_REQUESTS_TABLE jsoc.export_pending |
# (you don't), set this to the empty string |
|
a:EXPORT_PENDING_REQUESTS_TABLE "" |
| |
# The interval of time, after which a pending export is considered complete (errored-out). |
# The number of minutes, after which a pending export request expires |
EXPORT_PENDING_REQUESTS_TIME_OUT 60 |
a:EXPORT_PENDING_REQUESTS_TIME_OUT 30 |
| |
# 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 |