Pushpull had stale data so we changed the endpoints to use Artic Shift which has fresh data
This commit is contained in:
@@ -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] = []
|
||||
|
||||
Reference in New Issue
Block a user