Remove exclusive task mode from dns_adb
dns_adb uses exclusive task mode to rehash the internal hashing tables. The exclusive mode stops all processing which causes temporarily brownouts because all the threads needs to be synchronized, stopped, then the exclusive tasks are run and the normal operation is resumed.