i use below code but it block my app other process how can i do it without block other process?
                  
                  
                  
                  
                  
                  for await (const value of Userinfo.find()) {
                  
                  
                      await insert(value)
                  
                  
                  }
                  
                  
                
It shouldn't
why?
Обсуждают сегодня