Skip to content

Commit

Permalink
Changed the period of markdown doc publication.
Browse files Browse the repository at this point in the history
  • Loading branch information
hcayless committed May 9, 2014
1 parent 1a2800f commit ab72f12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pn-sync/src/main/java/info/papyri/sync/SyncServlet.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public void init(ServletConfig config) throws ServletException {
// check for updates to idp.data repo and sync them across Github and Canonical
scheduler.scheduleWithFixedDelay(publisher, start, 60, MINUTES);
final File mdDir = new File(config.getInitParameter("mdDir"));

// pull any changes to site-docs so they get published
scheduler.scheduleWithFixedDelay(new Runnable() {
@Override
Expand Down

0 comments on commit ab72f12

Please sign in to comment.