mononoke: add tunable for manifold API shared priorities

Summary: Add tunable for manifold apikey priorities

Reviewed By: StanislavGlebik

Differential Revision: D30256021

fbshipit-source-id: ac95824f357bddd7eb38c19b5001abc483de8425
This commit is contained in:
Alex Hornby 2021-08-12 08:48:38 -07:00 committed by Facebook GitHub Bot
parent 6db6f36ed8
commit 850be082c9

View File

@ -163,6 +163,10 @@ pub struct MononokeTunables {
// Negative means to not use weak consistency at all
manifold_weak_consistency_max_age_ms: AtomicI64,
// -1: No override, use manifold server side config and rollout checks
// if set to > -1, set the client side option to override (see manifoldblob code)
manifold_request_priority_override: AtomicI64,
// Frequency at which to collect SQL connection pool stats
sql_connection_pool_stats_collection_interval_ms: AtomicI64,