[web-doc] master: generate the database every 4 hours
[email protected] (Nilgün Belma Bugüner) Wed, 19 May 2021 16:45:57 +0000
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
Author: Nilgün Belma Bugüner (nilgun) Date: 2021-05-19T19:46:02+03:00 Commit: https://github.com/php/web-doc/commit/46603a7d862da68c3c2eefab7f0a04e38ef0a4c0 Raw diff: https://github.com/php/web-doc/commit/46603a7d862da68c3c2eefab7f0a04e38ef0a4c0.diff generate the database every 4 hours Changed paths: A cron/crontab Diff: diff --git a/cron/crontab b/cron/crontab new file mode 100644 index 0000000..1224a77 --- /dev/null +++ b/cron/crontab @@ -0,0 +1,2 @@ +30 */4 * * * /local/src/docweb/cron/daily/populatedocs + \ No newline at end of file