Ignore Graphite setup messages. (#3506)

https://github.com/sitespeedio/sitespeed.io/issues/3505
This commit is contained in:
Peter Hedenskog 2021-11-06 09:39:05 +01:00 committed by GitHub
parent 69ab804961
commit 49a5af9c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ function shouldIgnoreMessage(message) {
'html.pug',
's3.finished',
'gcs.finished',
'ftp.finished'
'ftp.finished',
'graphite.setup'
].indexOf(message.type) >= 0
);
}