Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #424 from littleskunk/master
Browse files Browse the repository at this point in the history
Revert "Check if time is synced every 5 seconds"
  • Loading branch information
littleskunk authored Oct 27, 2016
2 parents aae8d54 + 4b7ab2a commit 61404af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions app/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -706,19 +706,6 @@ var main = new Vue({
}
}, 600000);

setInterval(function() {
var tab = self.userdata.tabs[self.current];
var farmer = typeof tab.farmer === 'function' ? tab.farmer() : null;
storj.utils.ensureNtpClockIsSynchronized(function(err) {
if (err) {
if (farmer) {
self.stopFarming();
}
window.alert(err.message);
}
});
}, 5000);

// Update Used Percentage and peer count
setInterval(function() {
var tab = self.userdata.tabs[self.current];
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Storj Share",
"identifier": "com.storj.farmer",
"description": "Storj Share GUI",
"version": "2.0.14",
"version": "2.0.15",
"author": "Storj <[email protected]>",
"main": "main.js",
"config": {
Expand Down

0 comments on commit 61404af

Please sign in to comment.