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:
parent
3fa04ee2d5
commit
ad0b61f695
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user