launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30401
[Merge] ~ines-almeida/launchpad-layers:add-storm_cache_size-config into launchpad-layers:main
Ines Almeida has proposed merging ~ines-almeida/launchpad-layers:add-storm_cache_size-config into launchpad-layers:main.
Commit message:
Add storm_cache_size param to launchpad-db config.yaml
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~ines-almeida/launchpad-layers/+git/launchpad-layers/+merge/449203
The value for this param will be overwritten in the ppa publisher charm, but its config should be within the launchpaddb layer
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/launchpad-layers:add-storm_cache_size-config into launchpad-layers:main.
diff --git a/launchpad-db/config.yaml b/launchpad-db/config.yaml
index cd088e2..361e060 100644
--- a/launchpad-db/config.yaml
+++ b/launchpad-db/config.yaml
@@ -10,3 +10,7 @@ options:
type: int
description: SQL statement timeout in milliseconds.
default:
+ storm_cache_size:
+ type: int
+ default: 10000
+ description: The size of the Storm cache in objects.