File refresh rate?

I was looking at the chrome dev tools and noticed that the file refresh interval is far too frequent. The UI is calling

/api/files?recursive=true

every 2 seconds, which is a 4 meg download. Honestly it looks like it's refreshing as soon as the list is retrieved.

Is there a way to change this refresh interval?

Hello @larrybud !

What files are you talking about?
That ones, that are printed?

this is not normal. have you restarted OctoPrint in safe mode to validate it's not some plugin issue?

they're talking about the backend API call that the file list in the main interface uses. same as pressing the refresh button in this list.

1 Like