Also put the poll rate back to something sensible
This commit is contained in:
parent
752682220f
commit
058d7c0ac7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ limitations under the License.
|
||||||
|
|
||||||
import PlatformPeg from 'matrix-react-sdk/lib/PlatformPeg';
|
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 = {
|
module.exports = {
|
||||||
start: function() {
|
start: function() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue