Hi,
The dutch SIDN registrar has usage restrictions
CHECK-Commands: Max 60 per 60 sec
INFO-Commands: Max 30 per 60 sec
POLL-Commands: Max 20 per 60 sec
Would be nice if these limits could be configured within Net-DRI for bulk actions.
Currently using the Shell.pm, so options like
set check_throttle=60
set info_throttle=30
set poll_throttle=20
could make the client sleep for 60 seconds after the limit is reached.
Or just a general 60 seconds sleep after an "ERROR 2202 Excessive querying; command not executed" response
set throttle_sleep=60
retrying the last command.
Justin