cloudflare-ddns icon indicating copy to clipboard operation
cloudflare-ddns copied to clipboard

fix: record missing when record count greater than 20

Open EkkoG opened this issue 3 years ago • 0 comments

According to the doc https://api.cloudflare.com/#dns-records-for-a-zone-list-dns-records

API only returns 1 page, and 20 records per page, so when record count greater than 20, some record will missing in local cache, then RecordNotFound occur. This patch changes the page size to 100, the max page size, to avoid the issue.

EkkoG avatar Jul 16 '21 05:07 EkkoG