Skip to content

Commit

Permalink
Merge pull request #971 from JupiterOne/remove-deprecated-param
Browse files Browse the repository at this point in the history
[CORE-3497] drop unused param
  • Loading branch information
Xander Dumaine authored Oct 2, 2023
2 parents 642f1ec + 73b8a70 commit b46de91
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 b46de91

Please sign in to comment.