Skip to content

Commit

Permalink
Merge pull request #145 from ainize-team/fix/yoojin/temp_depre_gcrules
Browse files Browse the repository at this point in the history
Temp deprecate GC Rules
  • Loading branch information
yoojinko authored Dec 17, 2024
2 parents a980ab1 + 98ba3ab commit 72e9204
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 72e9204

Please sign in to comment.