mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-01 14:19:40 +08:00
refactor(server): indexer & worker & sync perf (#15504)
This commit is contained in:
@@ -45,6 +45,7 @@ import serverNativeModule, {
|
||||
type RemoteMimeTypeRequest,
|
||||
type ResolvedEntitlement,
|
||||
type ResolveEntitlementInput,
|
||||
type RuntimeAggregateRequest,
|
||||
type RuntimeBlobCleanupExecuteResult,
|
||||
type RuntimeBlobCleanupPlanResult,
|
||||
type RuntimeBlobCleanupResult,
|
||||
@@ -64,6 +65,8 @@ import serverNativeModule, {
|
||||
type RuntimeObjectStoragePutOptions,
|
||||
type RuntimePresignedObjectRequest,
|
||||
type RuntimeRetrievalScope,
|
||||
type RuntimeSearchQuery,
|
||||
type RuntimeSearchRequest,
|
||||
type RuntimeTurnScopeSnapshot,
|
||||
type RuntimeVerificationTokenRecord,
|
||||
type RuntimeWorkspaceArtifact,
|
||||
@@ -144,6 +147,7 @@ export type {
|
||||
RemoteMimeTypeRequest,
|
||||
ResolvedEntitlement,
|
||||
ResolveEntitlementInput,
|
||||
RuntimeAggregateRequest,
|
||||
RuntimeBlobCleanupExecuteResult,
|
||||
RuntimeBlobCleanupPlanResult,
|
||||
RuntimeBlobCleanupResult,
|
||||
@@ -163,6 +167,8 @@ export type {
|
||||
RuntimeObjectStoragePutOptions,
|
||||
RuntimePresignedObjectRequest,
|
||||
RuntimeRetrievalScope,
|
||||
RuntimeSearchQuery,
|
||||
RuntimeSearchRequest,
|
||||
RuntimeTurnScopeSnapshot,
|
||||
RuntimeVerificationTokenRecord,
|
||||
RuntimeWorkspaceArtifact,
|
||||
|
||||
Reference in New Issue
Block a user