remove System.gc
This commit is contained in:
@@ -182,7 +182,6 @@ abstract class AbstractHead @JvmOverloads constructor(
|
|||||||
if (delayed.get()) {
|
if (delayed.get()) {
|
||||||
log.warn("No head updates $upstreamId for $delay ms @ ${this.javaClass.simpleName}")
|
log.warn("No head updates $upstreamId for $delay ms @ ${this.javaClass.simpleName}")
|
||||||
}
|
}
|
||||||
System.gc()
|
|
||||||
}, 180, 30, TimeUnit.SECONDS
|
}, 180, 30, TimeUnit.SECONDS
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user