Skip to content

Commit

Permalink
Increase the number of days to process
Browse files Browse the repository at this point in the history
  • Loading branch information
petya-vasileva authored Jan 18, 2025
1 parent 41af8c4 commit ed76a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ps_asn_anomalies.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
INTERVAL_HOURS = 2
BATCH_SIZE = 1000 # Adjusted based on memory usage
MAX_THREADS_MULTIPLIER = 1.5 # Adjusted based on CPU usage
DAYS_BACK = 6
DAYS_BACK = 7

# Configure logging
logging.basicConfig(level=logging.WARNING) # Set to WARNING to reduce output
Expand Down Expand Up @@ -423,4 +423,4 @@ def main():
print(f"An error occurred: {e}")

if __name__ == "__main__":
main()
main()

0 comments on commit ed76a83

Please sign in to comment.