From 5b9030180c2d12dba7d43ab6dbeb37ad537871c2 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Fri, 19 Feb 2016 19:26:02 +0100 Subject: [PATCH] added peer hash to export dump name. --- htroot/IndexExport_p.html | 2 +- htroot/IndexExport_p.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htroot/IndexExport_p.html b/htroot/IndexExport_p.html index 527190049..56bfb3457 100644 --- a/htroot/IndexExport_p.html +++ b/htroot/IndexExport_p.html @@ -19,7 +19,7 @@
Loaded URL Export
Export File
-
+
URL Filter
diff --git a/htroot/IndexExport_p.java b/htroot/IndexExport_p.java index 4dc8cfb93..a465c034c 100644 --- a/htroot/IndexExport_p.java +++ b/htroot/IndexExport_p.java @@ -66,7 +66,7 @@ public class IndexExport_p { prop.put("reload", 1); } else { prop.put("lurlexport", 1); - prop.put("lurlexport_exportfile", sb.getDataPath() + "/DATA/EXPORT/" + GenericFormatter.SHORT_SECOND_FORMATTER.format()); + prop.put("lurlexport_exportfile", sb.getDataPath() + "/DATA/EXPORT/yacy_export_" + sb.peers.myID() + "_" + GenericFormatter.SHORT_SECOND_FORMATTER.format()); if (export == null) { // there has never been an export prop.put("lurlexportfinished", 0);