> @@ -54,9 +58,15 @@ protected MarconiApiMetadata(Builder builder) {
>     }
>  
>     public static Properties defaultProperties() {
> +      System.setProperty(TTL_MIN_IN_SEC, "60");
> +      System.setProperty(TTL_MAX_IN_SEC, "1209600");
> +      System.setProperty(MESSAGE_MAX, "20");
> +      System.setProperty(MESSAGE_BODY_MAX_IN_BYTES, "262144");

Do we do this anywhere else? Any reason why these are in System?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/46/files#r7270747

Reply via email to