Skip to content

Commit 61af40c

Browse files
authored
Change regional zip-of-geotiff progress message
This should make the workflow a bit clearer
1 parent 05ab57f commit 61af40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/conveyal/analysis/controllers/RegionalAnalysisController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ private Object getAllRegionalResults (Request req, Response res) throws IOExcept
294294
}
295295
// File did not exist. Create it in the background and ask caller to request it later.
296296
filesBeingPrepared.add(zippedResultsKey.path);
297-
Task task = Task.create("Zip all geotiffs for regional analysis " + analysis.name)
297+
Task task = Task.create("Preparing regional results archive (hit download again when complete)")
298298
.forUser(userPermissions)
299299
.withAction(progressListener -> {
300300
int nSteps = analysis.destinationPointSetIds.length * analysis.cutoffsMinutes.length *

0 commit comments

Comments
 (0)