> @@ -63,15 +67,23 @@ public CloudQueuesUSProviderMetadata(Builder builder) {
>     }
>  
>     public static Properties defaultProperties() {
> +      System.setProperty(TTL_MIN_IN_SEC, "60");
> +      System.setProperty(TTL_MAX_IN_SEC, "1209600");
> +      System.setProperty(MESSAGE_MAX, "10");
> +      System.setProperty(MESSAGE_BODY_MAX_IN_BYTES, "262144");

See above comment

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

Reply via email to