Skip to content

Commit

Permalink
Fix Resource Handle Cache Env Var
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed Dec 2, 2020
1 parent a81dbf8 commit c1590ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/blaze.edn
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
;; on your use case while monitoring JVM heap size.
;;
:blaze.db/resource-handle-cache
{:max-size #blaze/cfg ["DB_RESOURCE_CACHE_SIZE" nat-int? 100000]}
{:max-size #blaze/cfg ["DB_RESOURCE_HANDLE_CACHE_SIZE" nat-int? 100000]}

;;
;; Resource Cache
Expand Down

0 comments on commit c1590ae

Please sign in to comment.