Skip to content

Kill database connections at `dropDatabase`

Compare
Choose a tag to compare
@ivawzh ivawzh released this 29 Jul 15:36
· 16 commits to master since this release

Kill database connections by default.

When invoking dropDatabase API or db-drop command, by default it will kill all active connections before dropping.

May opt out via dropConnections: false or --no-dropConnections