1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

sync - slow account polling to 4s

This commit is contained in:
kumavis 2016-02-08 17:13:30 -08:00
parent 9c17c9aca6
commit ebf60843fa

View File

@ -16,7 +16,7 @@ remoteProvider.pipe(pluginStream).pipe(remoteProvider)
// handle accounts cache
var accountsCache = []
setInterval(populateAccountsCache, 1000)
setInterval(populateAccountsCache, 4000)
function populateAccountsCache(){
remoteProvider.sendAsync(createPayload({
method: 'eth_accounts',