Skip to content
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

Updates README.md #125

Merged
merged 3 commits into from
Jun 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion packages/apps/human-app/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,12 @@ to distinguish between DTO and Command datatypes. The second type is layer-speci
This division of responsibilities is intentional, as gateways serve as the gathering point between many domain purposes.
Domain-specific mappers in this context would be overly convoluted and difficult to configure.
- **Gateway Configuration**: The configuration of the gateways' destination points is located
in the `gateway-config.service.ts` file.
in the `gateway-config.service.ts` file.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caching:Cache

Suggested change
- **Caching**:Cache persistence functionality was introduced in this project for optimization purposes. Redis was chosen
- **Caching**: Cache persistence functionality was introduced in this project for optimization purposes. Redis was chosen

- **Caching**:Cache persistence functionality was introduced in this project for optimization purposes. Redis was chosen
as the in-memory storage. The TTL can be checked and changed in the `.env.example` file. Caching is used for persisting
the exchange oracle URL as well as responses from the following endpoints:
* `/h-captcha/daily-hmt-spent`
* `/h-captcha/user-stats`
* `/oracles`
* `/statistics/stats`
* `/statistics/stats/assignment`
Loading