Prowlarr / Prowlarr

Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
https://prowlarr.com
GNU General Public License v3.0
4.13k stars 196 forks source link

Faster saving after editing indexer #2279

Open GeoffreyCoulaud opened 1 week ago

GeoffreyCoulaud commented 1 week ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe

When saving an indexer after renaming it (or changing something else unrelated to connectivity) a connectivity test seems to be performed, wasting time.

Describe the solution you'd like

Saving after changing fields unrelated to indexer connectivity shouldn't trigger a test.

Describe alternatives you've considered

Anything else?

Thanks for the software, I know how time consuming that is.

bakerboy448 commented 1 week ago

@mynameisbogdan feasibility of tracking which fields change and maintain and inclusionary or exclusionary list of connectivity critical values?

seems like heavy lift, low reward. a double save (i.e. force save) seems like the easy option?

GeoffreyCoulaud commented 1 week ago

I didn't even know that there is a double save, you're right that would be a great solution !

mynameisbogdan commented 1 week ago

Most likely a part of now closed #2006