Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resallocserver/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def recalculate_statistics(self, session, success):
# Approximation is good enough here, so we are using the moving average.
# The alpha should be between 0.1 and 0.9, the higher the value, the
# better it reacts to sudden spikes in failures
alpha = 0.5
alpha = 0.2

if success:
if dbpool.startup_time_avg is None:
Expand Down
Loading