View Single Post
Old 09-10-2024, 09:31 AM   #9914
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,027
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
Out of curiosity, when updating multiple fics, does FFF do any prioritization, or do them in the same order as listed?
If updating a list of selected books in your library, the order given will be used.

When getting URLs from emails, a set() is used to remove duplicates. I believe Python's set() returns them in an 'undefined' order.

When giving a list of URLs, I believe the order is used.

In all cases, when it gets to the background job, a parallel job is launched for each different site in the list so stories from different sites can download simultaneously.
JimmXinu is offline   Reply With Quote