Update GrvTransactionRateInfo::rate initialization
Co-authored-by: Markus Pilman <markus.pilman@snowflake.com>
This commit is contained in:
parent
0466eff56b
commit
bd55bcd4ff
|
@ -34,7 +34,7 @@
|
|||
//
|
||||
// Smoothers are used to avoid turbulent throttling behaviour.
|
||||
class GrvTransactionRateInfo {
|
||||
double rate{ 0.0 };
|
||||
double rate = 0.0;
|
||||
double limit{ 0.0 };
|
||||
double budget{ 0.0 };
|
||||
bool disabled{ true };
|
||||
|
|
Loading…
Reference in New Issue