mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:10:06 +00:00
Adjust date pruning threshold
This commit is contained in:
parent
4e8b5ac452
commit
58a2d8982a
1 changed files with 3 additions and 2 deletions
|
|
@ -20,8 +20,9 @@ static const std::string logPrefix_ =
|
|||
"scwx::provider::aws_nexrad_data_provider";
|
||||
static const auto logger_ = util::Logger::Create(logPrefix_);
|
||||
|
||||
// Keep at least today, yesterday, and one more date
|
||||
static const size_t kMinDatesBeforePruning_ = 4;
|
||||
// Keep at least today, yesterday, and three more dates (archived volume scan
|
||||
// list size)
|
||||
static const size_t kMinDatesBeforePruning_ = 6;
|
||||
static const size_t kMaxObjects_ = 2500;
|
||||
|
||||
class AwsNexradDataProvider::Impl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue