2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 16:35:23 +00:00

added cql-consistency parameter

This commit is contained in:
Razvan Becheriu
2019-03-07 16:20:35 +02:00
parent dc366ff73b
commit 38b037be91
12 changed files with 118 additions and 22 deletions

View File

@@ -97,7 +97,7 @@ public:
return (retries_left_ ? --retries_left_ : false);
}
/// @brief Returns the maximum number for retries allowed
/// @brief Returns the maximum number of retries allowed.
unsigned int maxRetries() {
return (max_retries_);
}
@@ -243,7 +243,7 @@ private:
};
}; // end of isc::db namespace
}; // end of isc namespace
} // namespace db
} // namespace isc
#endif // DATABASE_CONNECTION_H