mirror of https://github.com/apache/activemq.git
changed the default policy to use an offset from localhost
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@511881 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3753442b18
commit
cbb458ce8b
|
@ -23,7 +23,7 @@ package org.apache.activemq.blob;
|
|||
* @version $Revision: $
|
||||
*/
|
||||
public class BlobTransferPolicy {
|
||||
private String defaultUploadUrl = "http://localhost:8080";
|
||||
private String defaultUploadUrl = "http://localhost:8080/uploads/";
|
||||
private String brokerUploadUrl;
|
||||
private String uploadUrl;
|
||||
private int bufferSize = 128 * 1024;
|
||||
|
|
Loading…
Reference in New Issue