The configuration indicates that only 1 thread is used during the scan. This means the scan is conducted sequentially, which greatly limits its efficiency in scanning a larger network. If thousands of computers need to be scanned, using only one thread results in a very slow process, and many devices may not be scanned within the allocated time. Increasing the number of concurrent threads allows for parallel scanning, which is essential for effectively covering large networks in a timely manner.