Set command timeout to infinity on migrations

0.7-release
Melanie 2010-06-17 17:43:40 +01:00
parent 544627c79c
commit 51d30fd34a
1 changed files with 1 additions and 0 deletions

View File

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