Set command timeout to infinity on migrations

This commit is contained in:
Melanie
2010-06-17 17:43:40 +01:00
parent 544627c79c
commit 51d30fd34a

View File

@@ -75,6 +75,7 @@ namespace OpenSim.Data.MySQL
{
throw new Exception(sql);
};
scr.CommandTimeout = 0;
scr.Execute();
}
}