Skip to content
Snippets Groups Projects
Commit 6ff297ba authored by Massimiliano's avatar Massimiliano
Browse files

Changed refresh rato to every 30min to look up for changes in state.

parent 674d4267
Branches
Tags
No related merge requests found
......@@ -65,7 +65,7 @@ public class StatusService extends Service {
public void run() {
new StatusService.GetList().execute();
}
}, 100, 100000);//100000=100sec
}, 100, 1800000);//100000=100sec
}
......
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