#connect to a specific host and (optional) :port
host=localhost:3306

#kill >N-second-running things ('thing'==query by default, but can be connection)
killlong=45

#also kill volatile (insert/update/delete) long-running queries
#killvolatile=

#kill long-connected connections, not long-running queries
#killconn=

#do stupid (but effective) rotation of logs
#rotate=
