Commit 5b08f76f authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

sync needs more testing

parent ce71192a
...@@ -58,7 +58,7 @@ function trigger(){ ...@@ -58,7 +58,7 @@ function trigger(){
setTimeout(function(){ setTimeout(function(){
download_all(true); download_all(true);
},200); },500);
} }
}); });
...@@ -95,7 +95,7 @@ function download_all(rtp){ ...@@ -95,7 +95,7 @@ function download_all(rtp){
if (rtp) { if (rtp) {
setTimeout(function(){ setTimeout(function(){
restore_trig_period(); restore_trig_period();
},500); },200);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment