Throughput is private in PersistentUniquenessProvider (#4302)

This commit is contained in:
Thomas Schroeter 2018-11-26 19:15:06 +00:00 committed by GitHub
parent 88ee343e95
commit b881fbd330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.