Skip to content

Commit ea3377d

Browse files
committed
fix gitpush issue
1 parent b9531f8 commit ea3377d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pages/2_Ops_and_Admin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ def _admin_token() -> str:
9292
| `SINGAPORE_EDA_MIN_INTERVAL_FILE_SEC` | Override file / poll-download spacing only |
9393
| `SINGAPORE_EDA_MIN_INTERVAL_SEC` | Override **both** paces (legacy single knob) |
9494
| `SINGAPORE_EDA_SKIP_DOWNLOAD_IF_FRESH_HOURS` | Skip CSV download if file younger than H hours |
95-
| `SINGAPORE_EDA_CHECK_NEW_DATA` | With skip-fresh: re-download if CKAN `total` grew (see `*.meta.json` next to CSV) |
96-
| `SINGAPORE_EDA_TOWN_COVERAGE` | Streamlit OLS: fraction of rows to cover with named towns (default `0.8`; `1` = all towns) |
95+
| `SINGAPORE_EDA_CHECK_NEW_DATA` | Re-download on CKAN `total` growth (with skip-fresh) |
96+
| `SINGAPORE_EDA_TOWN_COVERAGE` | OLS town coverage fraction (`0.8` default; `1` keeps all) |
9797
| `SINGAPORE_EDA_GEO_SKIP_IF_FRESH_DAYS` | Skip GeoJSON if file younger than D days |
9898
| `SINGAPORE_EDA_HTTP_CACHE_ENABLED` | `0` to disable on-disk response cache |
9999
| `SINGAPORE_EDA_HTTP_CACHE_DIR` | Where JSON GET responses are stored |

0 commit comments

Comments
 (0)