Commit a36850ef authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

Changed time interval from 20 sec to 3 min

parent 1f7af02e
......@@ -478,7 +478,7 @@ export class HirebikePage implements OnInit {
} else {
this.intervalRef = setInterval(() => {
this.sendUsageDataToBackend();
}, 20000);
}, 300000);
}
}, (error) => {
console.log(error);
......
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