Skip to content

Commit

Permalink
Update samples/apps/logging/logging.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Amaury Chamayou <[email protected]>
  • Loading branch information
maxtropets and achamayou authored Jun 27, 2024
1 parent c5023c7 commit f58daea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/apps/logging/logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ namespace loggingapp
context.get_indexing_strategies().install_strategy(index_per_public_key);

// According to manual obvervation it's enough to start evicting old
// requests on historical perf test, but not to small to get stuck because
// requests on historical perf test, but not too small to get stuck because
// of a single request being larget than the cache.
//
// A much better approach would be to create a new endpoint for
Expand Down

0 comments on commit f58daea

Please sign in to comment.