0
0
mirror of https://github.com/signalapp/Signal-Server.git synced 2024-09-20 12:02:18 +02:00

Remove temporary circuit breaker suppression.

This commit is contained in:
Jon Chambers 2020-07-07 15:47:44 -04:00 committed by Jon Chambers
parent 3bca856e87
commit 06190286ec

View File

@ -62,7 +62,7 @@ public class ClusterLuaScript {
}
} catch (final Exception e) {
log.warn("Failed to execute script", e);
return null;
throw e;
}
});
}