diff --git a/profiles/killbill/src/main/resources/killbill-server.properties b/profiles/killbill/src/main/resources/killbill-server.properties
index 2894eb4..0a66686 100644
--- a/profiles/killbill/src/main/resources/killbill-server.properties
+++ b/profiles/killbill/src/main/resources/killbill-server.properties
@@ -79,6 +79,9 @@ org.killbill.jruby.context.scope=THREADSAFE
#
# To enable test endpoint and have Kill Bill run with a ClockMock (should not be used for production server)
org.killbill.server.test.mode=true
+# Ignore safety bounds
+org.killbill.invoice.sanitySafetyBoundEnabled=false
+org.killbill.invoice.maxDailyNumberOfItemsSafetyBound=-1
# Set payment calls to timeout after 5 sec -- mostly for integration tests
org.killbill.payment.plugin.timeout=5s