Forráskód Böngészése

Changed records per page to 5000

Grant Millar 6 éve
szülő
commit
c1ec2afeca
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      dnsapi/dns_dnsimple.sh

+ 1 - 1
dnsapi/dns_dnsimple.sh

@@ -152,7 +152,7 @@ _get_records() {
   sub_domain=$3
 
   _debug "fetching txt records"
-  _dnsimple_rest GET "$account_id/zones/$domain/records?per_page=100&sort=id:desc"
+  _dnsimple_rest GET "$account_id/zones/$domain/records?per_page=5000&sort=id:desc"
 
   if ! _contains "$response" "\"id\":"; then
     _err "failed to retrieve records"