Actions
User story #7105
closedCopy of promises by the relay is rather inefficient, always checking all the files one by one
Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
Server components
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
The relays are always checking, in a rather inefficient way, the promises shared on their policy server: they simply sync the folder with the copy_from mecanisms
This means that at each run all files are checks, and it can be quite slow if we are talking of thousands nodes (which is not uncommon for relays)
Actions