What happens when multiple metadata endpoints have metadata for the same scene?

I’m curious about the behavior of Stash when multiple metadata endpoints are configured and both endpoints have metadata for the same scene. Specifically, I want to know if Stash stops at the first metadata found or if it overwrites the metadata from the first endpoint with the one from the second. In which order should I sort the sources from the identify task to ensure that metadata from a specific endpoint is prioritized?

Straight from the docs:

For each Scene, the Identify task iterates through the scraper sources, in the order provided, and tries to identify the scene using each source. If a result is found in a source, then the Scene is updated, and no further sources are checked for that scene.

So if you’d prefer metadata from ThePornDB over StashDB you’d put them in that order in your Identify task configuration