Skip to content

Commit

Permalink
Disable public room updates for now.
Browse files Browse the repository at this point in the history
This is part of #23 as a temporary solution.
  • Loading branch information
turt2live committed Mar 23, 2017
1 parent 5b0651e commit b47ec74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PublicRoomList.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class PublicRoomList {
this._trackedRooms = [];
this._knownPublicRoomMap = [];

setInterval(this._updateRoomCache.bind(this), 15 * 60 * 1000); // update every 15 minutes
//setInterval(this._updateRoomCache.bind(this), 15 * 60 * 1000); // update every 15 minutes
}

isPublic(roomId) {
Expand Down

0 comments on commit b47ec74

Please sign in to comment.