Removed atomic in metadata

This commit is contained in:
Roland Kühn 2024-04-15 12:01:23 +02:00
parent 4cc3333444
commit fead79ba89
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class Metadata
*/ */
void end_timestamp(const timestamp timestamp) void end_timestamp(const timestamp timestamp)
{ {
_end_timestamp.store(timestamp); _end_timestamp = timestamp;
} }
/** /**