mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
Throughput is private in PersistentUniquenessProvider (#4302)
This commit is contained in:
parent
88ee343e95
commit
b881fbd330
@ -114,7 +114,7 @@ class PersistentUniquenessProvider(val clock: Clock, val database: CordaPersiste
|
||||
*/
|
||||
private val throughputHistory = SlidingWindowReservoir(100)
|
||||
@Volatile
|
||||
var throughput: Double = 0.0
|
||||
private var throughput: Double = 0.0
|
||||
|
||||
/**
|
||||
* Estimated time of request processing.
|
||||
|
Loading…
Reference in New Issue
Block a user