Skip to content

Commit

Permalink
Merge version 1.4.1 into main (#94)
Browse files Browse the repository at this point in the history
* Re - added missing cache_hit metric
* Cargo files updated
* Improved clarity of log message
* Added new error variants for image resizing ops
* Refactored resizing code to use better hueristics. Added unit tests.
* General cleanup 
* Switched to tikv jemallocator
* Added env variable for configuring jemallocator
* Added metrics for resizing logic
* Updated labeling logic
* Added caching layer for database queries
* Added metrics: moderation category, db cache, ipfs fallback gateway
  • Loading branch information
bhaskarkishore authored Feb 16, 2022
1 parent 25ddd5e commit 73bde65
Show file tree
Hide file tree
Showing 14 changed files with 849 additions and 216 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[env]
# Remember to change the below variable in `Dockerfile`
_RJEM_MALLOC_CONF="background_thread:true,tcache:false,dirty_decay_ms:0,muzzy_decay_ms:0,abort_conf:true"
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ lib/*
**/dist
**/build
.github
**/*.md
**/*.md
.cargo
Loading

0 comments on commit 73bde65

Please sign in to comment.