sig-net / mpc

6 stars 0 forks source link

Signature Timeout Failure Rate Increases During Triple and Presignature Generation #3

Open volovyks opened 1 week ago

volovyks commented 1 week ago

Description

When the system is freshly started or after the file containing triples and presignatures is removed, the system begins regenerating them. This process can take days, during which the response time exceeds 30 seconds, leading to a high client error rate due to timeouts.

To address this issue, we should either prioritize signature generation or adjust the number of parallel protocols the system handles. Prioritizing signature generation is the preferred solution.