mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 19:22:45 +00:00
sync: use custom bson serializer for SyncItem for perf
This commit is contained in:
@@ -159,6 +159,7 @@ namespace Notesnook.API
|
||||
options.CacheDuration = TimeSpan.FromMinutes(30);
|
||||
});
|
||||
|
||||
BsonSerializer.RegisterSerializer(new SyncItemBsonSerializer());
|
||||
if (!BsonClassMap.IsClassMapRegistered(typeof(UserSettings)))
|
||||
BsonClassMap.RegisterClassMap<UserSettings>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user