Closed
Description
Module forbids to run migrations which are longer than one hour per storage
Line 73 in 9b06e63
The value is hardcoded and cannot be changed. We should make it configurable, if possible, or at least make the threshold bigger, since
Line 72 in 9b06e63
it seems that the meaning of
timeout = 3600
was supposed to be "timeout is infinity".