Comment 25 for bug 1243551

Revision history for this message
Wallace Wadge (wwadge) wrote :

I'm determined to fix this, whatever it takes.

Curious to know why they have also set maxConnectionAge:
https://github.com/playframework/playframework/blob/master/framework/src/play-jdbc/src/main/scala/play/api/db/DB.scala#L379

idleMaxAge is meant to kill off any idle connections while maxConnectionAge says: recently used or not, kill it off.

Can you set that to zero please? I'm trying to trim out any non-essential features here.