diff options
| author | hilimd <68371223+hilimd@users.noreply.github.com> | 2020-07-17 09:25:45 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-17 09:25:45 +0800 |
| commit | b1616e93474246a624370ad18da98b8371c09ece (patch) | |
| tree | 213d853366ec32277833755d826c8e7fdc685f14 /other/java/client | |
| parent | 74456b3d5e1524d90e384e9cbdfde3a0e974db9e (diff) | |
| parent | 54445b207ddf6de5db128d307ec7a8554e529946 (diff) | |
| download | seaweedfs-b1616e93474246a624370ad18da98b8371c09ece.tar.xz seaweedfs-b1616e93474246a624370ad18da98b8371c09ece.zip | |
Merge pull request #1 from chrislusf/master
sync
Diffstat (limited to 'other/java/client')
| -rw-r--r-- | other/java/client/pom.xml | 2 | ||||
| -rw-r--r-- | other/java/client/pom.xml.deploy | 2 | ||||
| -rw-r--r-- | other/java/client/pom_debug.xml | 2 | ||||
| -rw-r--r-- | other/java/client/src/main/java/seaweedfs/client/SeaweedRead.java | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index 65493d5cf..62134715f 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.3.5</version> + <version>1.3.6</version> <parent> <groupId>org.sonatype.oss</groupId> diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy index 65493d5cf..62134715f 100644 --- a/other/java/client/pom.xml.deploy +++ b/other/java/client/pom.xml.deploy @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.3.5</version> + <version>1.3.6</version> <parent> <groupId>org.sonatype.oss</groupId> diff --git a/other/java/client/pom_debug.xml b/other/java/client/pom_debug.xml index d6fcfb11f..dcedc2aa6 100644 --- a/other/java/client/pom_debug.xml +++ b/other/java/client/pom_debug.xml @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.3.5</version> + <version>1.3.6</version> <parent> <groupId>org.sonatype.oss</groupId> diff --git a/other/java/client/src/main/java/seaweedfs/client/SeaweedRead.java b/other/java/client/src/main/java/seaweedfs/client/SeaweedRead.java index 7e66bcf8f..301919919 100644 --- a/other/java/client/src/main/java/seaweedfs/client/SeaweedRead.java +++ b/other/java/client/src/main/java/seaweedfs/client/SeaweedRead.java @@ -19,7 +19,7 @@ public class SeaweedRead { private static final Logger LOG = LoggerFactory.getLogger(SeaweedRead.class); - static ChunkCache chunkCache = new ChunkCache(1000); + static ChunkCache chunkCache = new ChunkCache(16); // returns bytesRead public static long read(FilerGrpcClient filerGrpcClient, List<VisibleInterval> visibleIntervals, |
