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