1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

M #-: Sqlite timeout in defaults configuration

This commit is contained in:
Ruben S. Montero 2020-06-04 18:06:51 +02:00
parent 3fa04ee2d5
commit ad0b61f695
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -388,6 +388,7 @@ void OpenNebulaTemplate::set_conf_default()
//DB CONFIGURATION
vvalue.insert(make_pair("BACKEND","sqlite"));
vvalue.insert(make_pair("TIMEOUT","2500"));
vattribute = new VectorAttribute("DB",vvalue);
conf_default.insert(make_pair(vattribute->name(),vattribute));