mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Set command timeout to infinity on migrations
This commit is contained in:
@@ -75,6 +75,7 @@ namespace OpenSim.Data.MySQL
|
||||
{
|
||||
throw new Exception(sql);
|
||||
};
|
||||
scr.CommandTimeout = 0;
|
||||
scr.Execute();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user