reduce call timeout for asiaone
authorAlan Knowles <alan@roojs.com>
Mon, 20 Apr 2020 03:33:12 +0000 (11:33 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 20 Apr 2020 03:33:12 +0000 (11:33 +0800)
domains/asiaone.com.js

index 6494533..30f38b7 100644 (file)
@@ -5,6 +5,6 @@
             try {
                 removeOverLay();
             } catch(e) {}
             try {
                 removeOverLay();
             } catch(e) {}
-        }, 1000);
+        }, 500);
       
 })(); 
\ No newline at end of file
       
 })(); 
\ No newline at end of file