Skip to content

Commit

Permalink
Item10057: rest call to initialiseDatabase times out if large number …
Browse files Browse the repository at this point in the history
…of topics

git-svn-id: http://svn.foswiki.org/trunk/TagsPlugin@10020 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PadraigLennon authored and PadraigLennon committed Nov 19, 2010
1 parent 2a96c6a commit 7393880
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/System/TagsPlugin.txt
Expand Up @@ -25,6 +25,13 @@ If you want to preload the tags database with Country Names, you need to install
and click [[%SCRIPTURL{rest}%/TagsPlugin/updateGeoTags][updateGeoTags]] (uses the CC licenced
http://www.geonames.org ([[http://download.geonames.org/export/dump/allCountries.zip][allCountries.zip]]).

%I% If you have a large number of topics in your Wiki the call to %SCRIPTURL{rest}%/TagsPlugin/initialiseDatabase may time out. If this happens you can initialise the database from the command line as follows:

<pre>
cd &lt;foswiki_bin_dir>
./rest /TagsPlugin/initialiseDatabase
</pre>

%$INSTALL_INSTRUCTIONS%


Expand Down

0 comments on commit 7393880

Please sign in to comment.