Database.setMaxWatches

Set the maximum number of watches allowed to be outstanding on a database connection. Increasing this number could result in increased resource usage. Reducing this number will not cancel any outstanding watches. Defaults to 10000 and cannot be larger than 1000000. Parameter: (Int) Max outstanding watches

class Database
const
void
setMaxWatches
(
in long value
)

Meta