|
@@ -1013,6 +1013,10 @@ function switchepp_AdminDomainsTabFields($params)
|
|
|
|
|
|
|
|
function switchepp_Sync($params)
|
|
function switchepp_Sync($params)
|
|
|
{
|
|
{
|
|
|
|
|
+ /***
|
|
|
|
|
+ * [error] => Command failed; server closing connection. Too many requests per second! Timeout ms.: 47107
|
|
|
|
|
+ * using usleep to slow down request frequency
|
|
|
|
|
+ */
|
|
|
usleep(100000);
|
|
usleep(100000);
|
|
|
try {
|
|
try {
|
|
|
$client = switchepp_clientloginepp($params); #Epp Connection
|
|
$client = switchepp_clientloginepp($params); #Epp Connection
|