Skip to content
Snippets Groups Projects
Commit 7e7f692a authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Changed threshold of num of nodes for import email notification.

parent b175816b
No related branches found
No related tags found
No related merge requests found
......@@ -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"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment