Skip to content
Snippets Groups Projects
Commit 8dcc6959 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

value: cleanup

parent 1ae28e07
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ struct OPENDHT_PUBLIC ValueType { ...@@ -117,7 +117,7 @@ struct OPENDHT_PUBLIC ValueType {
Id id {0}; Id id {0};
std::string name {}; std::string name {};
duration expiration {60 * 10}; duration expiration {std::chrono::minutes(10)};
StorePolicy storePolicy {DEFAULT_STORE_POLICY}; StorePolicy storePolicy {DEFAULT_STORE_POLICY};
EditPolicy editPolicy {DEFAULT_EDIT_POLICY}; EditPolicy editPolicy {DEFAULT_EDIT_POLICY};
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment