Skip to content
Snippets Groups Projects
Commit af2f691f authored by capossele's avatar capossele
Browse files

:zap: reduces size of the cache

parent 6d13ad3a
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ func onEvictBundle(_ interface{}, value interface{}) {
}
const (
BUNDLE_CACHE_SIZE = 50000
BUNDLE_CACHE_SIZE = 500
)
// endregion ///////////////////////////////////////////////////////////////////////////////////////////////////////////
......
......@@ -67,7 +67,7 @@ func onEvictTransaction(_ interface{}, value interface{}) {
}
const (
TRANSACTION_CACHE_SIZE = 50000
TRANSACTION_CACHE_SIZE = 500
)
// endregion ///////////////////////////////////////////////////////////////////////////////////////////////////////////
......
......@@ -67,7 +67,7 @@ func onEvictTransactionMetadata(_ interface{}, value interface{}) {
}
const (
TRANSACTION_METADATA_CACHE_SIZE = 50000
TRANSACTION_METADATA_CACHE_SIZE = 500
)
// endregion ///////////////////////////////////////////////////////////////////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment