Also put the poll rate back to something sensible

This commit is contained in:
David Baker 2016-10-25 16:43:42 +01:00
parent 752682220f
commit 058d7c0ac7

View file

@ -16,7 +16,7 @@ limitations under the License.
import PlatformPeg from 'matrix-react-sdk/lib/PlatformPeg';
var POKE_RATE_MS = 1 * 6 * 1000; // 10 min
var POKE_RATE_MS = 10 * 60 * 1000; // 10 min
module.exports = {
start: function() {