Skip to content

Commit

Permalink
change cleanup to 11 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGankalot committed Jul 11, 2024
1 parent e0d3e1e commit 1785442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checker/src/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ async def havoc_1(
email_1, password1_1 = await checker_util_func.create_user(client, logger, public_key=None)
except:
raise MumbleException("Could not create user 1")
for i in range(0, 20):
for i in range(0, 5):
message = scam_messages.get_scam_message()
try:
response = await checker_util_func.create_message(client, logger, message, None)
Expand Down
2 changes: 1 addition & 1 deletion service/src/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import datetime
import time

Interval_for_cleanup = datetime.timedelta(minutes=15)
Interval_for_cleanup = datetime.timedelta(minutes=11)

db_path = os.path.dirname(__file__)
db_path = os.path.dirname(db_path)
Expand Down

0 comments on commit 1785442

Please sign in to comment.