Skip to content

Commit

Permalink
Merge branch 'main' into NO-TICKET/sort-tables
Browse files Browse the repository at this point in the history
  • Loading branch information
i5o authored Oct 2, 2023
2 parents 320fb71 + b46de91 commit 181e621
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@ export interface FileSystemGraphObjectStoreParams {
* default: 5_000_000
*/
graphObjectBufferThresholdInBytes?: number;
/**
* The maximum number of graph objects that this store can buffer in memory
* before writing to disk. Machines with more memory should consider bumping
* this value up.
*
* Default: 500
* @deprecated this argument is no longer used. Please use `graphObjectBufferThresholdInBytes` instead.
*/
graphObjectBufferThreshold?: number;

/**
* The maximum number of entities/relationships stored in each file.
Expand Down

0 comments on commit 181e621

Please sign in to comment.