mirror of
https://github.com/wassname/talk.git
synced 2026-07-26 13:37:38 +08:00
Make polling interval longer
This commit is contained in:
@@ -19,6 +19,6 @@ export default withQuery(gql`
|
||||
}
|
||||
`, {
|
||||
options: {
|
||||
pollInterval: 5000
|
||||
pollInterval: 10000
|
||||
}
|
||||
})(Header);
|
||||
|
||||
Reference in New Issue
Block a user