⚡ Sped up and reduce storage usage of read receipt
This commit is contained in:
@ -43,12 +43,4 @@ public class ActionLogService(AppDatabase db, GeoIpService geo, FlushBufferServi
|
||||
|
||||
fbs.Enqueue(log);
|
||||
}
|
||||
}
|
||||
|
||||
public class ActionLogFlushJob(FlushBufferService fbs, ActionLogFlushHandler hdl) : IJob
|
||||
{
|
||||
public async Task Execute(IJobExecutionContext context)
|
||||
{
|
||||
await fbs.FlushAsync(hdl);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user