Skip to content

Commit

Permalink
release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
osalvador committed Oct 7, 2021
1 parent aa3ee69 commit b0b74c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/_replicadb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mode=complete

## integer greater than 0
jobs=1
fetch.size=5000
fetch.size=100

## Adds a bandwidth cap for the replication in KB/sec.
#bandwidth.throttling=
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.replicadb</groupId>
<artifactId>ReplicaDB</artifactId>
<version>0.11.0</version>
<version>0.11.1</version>

<name>ReplicaDB</name>
<url>https://github.com/osalvador/ReplicaDB</url>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/replicadb/manager/file/FileManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public static synchronized Map<Integer, String> getTempFilesPath() {

public static synchronized void setTempFilePath(int taskId, String path) {
tempFilesPath.put(taskId, path);
//LOG.debug("A new value has been set in the temporary file map. taskId {} - path {}. Map: {}", taskId, path, tempFilesPath);
}

public static synchronized String getTempFilePath(int idx) {
Expand Down

0 comments on commit b0b74c8

Please sign in to comment.