Sync every 30 mins instead of 10
All checks were successful
Sync PIA Servers / docker (17, 3.8.5) (push) Successful in 13s

This commit is contained in:
Braydon 2024-09-21 21:17:04 -04:00
parent 7d43c00c73
commit 671444fe8a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Sync PIA Servers
on:
schedule:
- cron: "*/10 * * * *"
- cron: "*/30 * * * *"
push:
branches: ["master"]
paths: [".gitea/workflows/sync-servers.yml", "src/**", "pom.xml"]

View File

@ -3,7 +3,7 @@
![Last Updated](https://img.shields.io/badge/Last_Updated-September_21_2024_21:11_EDT-darkgreen)
# PIA-ServerList
An automatically updated list of IPs for PIA servers, this list is updated every 10 Minutes, and servers in this list will be removed in they have not been seen in the last **Two Weeks**.
An automatically updated list of IPs for PIA servers, this list is updated every 30 Minutes, and servers in this list will be removed in they have not been seen in the last **Two Weeks**.
Wanna see the IP list? [Click Here](./servers.json)