mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
Resolve "[bug] wrong threshold for BCID fail"
This commit is contained in:
parent
f3da5c371c
commit
1c56191be9
2 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed BCID fail threshold for dispatch checker(#17)
|
||||||
|
|
||||||
## [0.5.0] - 2025-01-23
|
## [0.5.0] - 2025-01-23
|
||||||
|
|
||||||
Release for 7th campaign dispatching.
|
Release for 7th campaign dispatching.
|
||||||
|
|
|
@ -39,7 +39,7 @@ THRESHOLD_INSUFFICIENT_RESET_WITH_10_CAMPAIGN_1to5 = 0.1
|
||||||
THRESHOLD_INSUFFICIENT_RESET_WITH_10_CAMPAIGN_6 = 0.05
|
THRESHOLD_INSUFFICIENT_RESET_WITH_10_CAMPAIGN_6 = 0.05
|
||||||
THRESHOLD_RESET_FAILED_THOUGH_RECONFIG_DONE = 0.1
|
THRESHOLD_RESET_FAILED_THOUGH_RECONFIG_DONE = 0.1
|
||||||
THRESHOLD_ALWAYS_HIT_FLAG_TRUE = 0.1
|
THRESHOLD_ALWAYS_HIT_FLAG_TRUE = 0.1
|
||||||
THRESHOLD_BCID_FAIL = 0.1
|
THRESHOLD_BCID_FAIL = 0.05
|
||||||
|
|
||||||
"""
|
"""
|
||||||
is_dispatchable(conn::DbConnection, psbid::Int64)
|
is_dispatchable(conn::DbConnection, psbid::Int64)
|
||||||
|
|
Loading…
Add table
Reference in a new issue