Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/sand-ci/AlarmsAndAlerts int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
petya-vasileva committed Jan 19, 2025
2 parents 7faaed3 + ed76a83 commit 9cd4896
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 9cd4896

Please sign in to comment.