Make configurable number of member profiles to look ahead
Introduced config param 'members_look_ahead' with default value 250 Closes bug 1361927 Change-Id: Ia4c029126efe0044096768dc27e19e6345b7c38d
This commit is contained in:
@@ -65,4 +65,6 @@ OPTS = [
|
||||
cfg.StrOpt('collect-profiler-stats',
|
||||
help='Name of file to store python profiler data. This option '
|
||||
'works for dashboard only'),
|
||||
cfg.IntOpt('members-look-ahead', default=250,
|
||||
help='How many member profiles to look ahead after the last'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user