Set command timeout to infinity on migrations
parent
544627c79c
commit
51d30fd34a
|
@ -75,6 +75,7 @@ namespace OpenSim.Data.MySQL
|
|||
{
|
||||
throw new Exception(sql);
|
||||
};
|
||||
scr.CommandTimeout = 0;
|
||||
scr.Execute();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue