Skip to content

Commit

Permalink
fix: gcrule min_sibling
Browse files Browse the repository at this point in the history
  • Loading branch information
yoojinko committed Dec 18, 2024
1 parent ac4ba47 commit 203fe24
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@ export const defaultAppRules = (appName: string): { [type: string]: { ref: strin
},
},
},
// requestKey: {
// ref: Path.app(appName).requestKey("$userAddress", "$requestKey"),
// value: {
// ".rule": {
// state: {
// gc_max_siblings: 20,
// gc_num_siblings_deleted: 10,
// },
// },
// }
// },
requestKey: {
ref: Path.app(appName).requestKey("$userAddress", "$requestKey"),
value: {
".rule": {
state: {
gc_max_siblings: 20,
gc_num_siblings_deleted: 10,
},
},
}
},
request: {
ref: Path.app(appName).request("$userAddress", "$requestKey"),
value: {
Expand Down

0 comments on commit 203fe24

Please sign in to comment.