mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-20 20:55:49 +00:00
[HER-1718] misleading "writer subdirectory" shown in webui
* WriterPoolProcessor.java
change description of WriterPoolProcessor.directory ConfigPath to not imply as strongly that is where writing much be occurring
This commit is contained in:
@@ -189,7 +189,7 @@ implements Lifecycle, Checkpointable {
|
||||
this.serverCache = serverCache;
|
||||
}
|
||||
|
||||
protected ConfigPath directory = new ConfigPath("writer subdirectory", ".");
|
||||
protected ConfigPath directory = new ConfigPath("writer base path", ".");
|
||||
public ConfigPath getDirectory() {
|
||||
return directory;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user