Pushpull had stale data so we changed the endpoints to use Artic Shift which has fresh data

This commit is contained in:
2026-03-10 08:05:44 -05:00
parent 98da601540
commit 5bd9a1649c
3 changed files with 16 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ from backend.config import settings
logger = logging.getLogger(__name__)
BASE_URL = "https://api.pullpush.io"
BASE_URL = "https://arctic-shift.photon-reddit.com"
# Simple in-process rate limiter: track request timestamps
_request_times: list[float] = []