1.7.20
Issue introspection request on load / on refresh button click / once in 5m or something reasonable
Playground is issuing introspection requests each 3s or so. It's too often for my taste, especially when developing locally it heats cpu a lot when schema is not cached on server.
Launch Playground Electron or React (probably every version does that)


I found out it's probably because of low schema.polling.interval settings which is 2000ms by default. Low value for my taste. Dunno, maybe reconsider and eventually close this.
I started facing this issue recently. It is happening with "@apollographql/[email protected]"
Most helpful comment
I found out it's probably because of low
schema.polling.intervalsettings which is 2000ms by default. Low value for my taste. Dunno, maybe reconsider and eventually close this.