mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 17:37:43 +00:00
don't store receivedAt and source metadata
This commit is contained in:
@ -314,7 +314,7 @@ void writeEvents(lmdb::txn &txn, std::vector<EventToWrite> &evs, uint64_t logLev
|
||||
}
|
||||
|
||||
if (ev.status == EventWriteStatus::Pending) {
|
||||
ev.levId = env.insert_Event(txn, ev.receivedAt, ev.packedStr, (uint64_t)ev.sourceType, ev.sourceInfo);
|
||||
ev.levId = env.insert_Event(txn, ev.packedStr);
|
||||
|
||||
tmpBuf.clear();
|
||||
tmpBuf += '\x00';
|
||||
|
Reference in New Issue
Block a user