mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 09:08:02 +01:00
Remove temporary circuit breaker suppression.
This commit is contained in:
committed by
Jon Chambers
parent
3bca856e87
commit
06190286ec
@@ -62,7 +62,7 @@ public class ClusterLuaScript {
|
||||
}
|
||||
} catch (final Exception e) {
|
||||
log.warn("Failed to execute script", e);
|
||||
return null;
|
||||
throw e;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user