-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set GC rule for requestKey #119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for handling it!
@@ -107,7 +107,7 @@ export default class Ainize { | |||
*/ | |||
async getService(serviceName: string): Promise<Service> { | |||
const servicePath = Path.app(serviceName).root(); | |||
const serviceData = await this.ain.getValue(servicePath); | |||
const serviceData = await this.ain.getValue(servicePath, { is_shallow: true }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added is_shallow
option, please check if other functions work well.
@yoojinko @akastercomcom could you review & test this pr? fyi, this change is required for ainft-js release and Aina launch: https://github.com/ainft-team/ainft-js |
LGTM, Thanks. It works well. Sorry for my late review. |
@yoojinko Thanks for testing! |
Thank you for review! now merging... |
Summary
Related issues: