Commit 7e7f692a authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Changed threshold of num of nodes for import email notification.

parent b175816b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ class ImportExecutor(TaskExecutor):

        """
        
        if len(nodeList) <= 4 * (10 ** 3):            
        if len(nodeList) <= 10 ** 5:            
            m.setMessageWithAttachment("VOSpace import notification", msg, nodeListFile)
        else:
            info = f"""