Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Updated ladderfetching
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Gullmark committed Dec 9, 2018
1 parent 0d474d9 commit 328fbdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.

## [0.8.8] - 2018-12-09
- Fixed a bug where some clients were sending too much data to the server
- Fixed a bug where clients were requesting ladders too often
- Fixed a bug where abyssal sockets were not displayed on items

## [0.8.7] - 2018-12-08
Expand Down
2 changes: 1 addition & 1 deletion ExilenceClient/src/app/shared/providers/ladder.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class LadderService {
this.pollLadder();
}
},
1000 * 60 * 1); // fetch ladder every 5 minutes.
1000 * 60 * 4); // fetch ladder every 4 minutes.
}
}

Expand Down

0 comments on commit 328fbdb

Please sign in to comment.