Skip to content
Snippets Groups Projects
Commit ab16ab6d authored by Nicolas Leclercq's avatar Nicolas Leclercq
Browse files

changed the Tango db client side timeout

parent c3263325
No related branches found
No related tags found
No related merge requests found
......@@ -1447,7 +1447,7 @@ void ContinuousAO::save_waveform(double* waveform, string wfm_channel)
Tango::DbData db_data;
db_data.push_back(dbdatum);
get_db_device()->set_timeout_millis(30000);
get_db_device()->get_dbase()->set_timeout_millis(30000);
// put the waveform in the database
_DEV_TRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment