Update GrvTransactionRateInfo::rate initialization

Co-authored-by: Markus Pilman <markus.pilman@snowflake.com>
This commit is contained in:
Trevor Clinkenbeard 2022-10-11 14:44:52 -07:00 committed by GitHub
parent 0466eff56b
commit bd55bcd4ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 };