Show More
@@ -3,7 +3,7 b'' | |||
|
3 | 3 | rhodecode.lib.indexers.daemon |
|
4 | 4 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
5 | 5 | |
|
6 |
A d |
|
|
6 | A daemon will read from task table and run tasks | |
|
7 | 7 | |
|
8 | 8 | :created_on: Jan 26, 2010 |
|
9 | 9 | :author: marcink |
@@ -69,7 +69,7 b' log.addHandler(ch)' | |||
|
69 | 69 | |
|
70 | 70 | class WhooshIndexingDaemon(object): |
|
71 | 71 | """ |
|
72 |
D |
|
|
72 | Daemon for atomic jobs | |
|
73 | 73 | """ |
|
74 | 74 | |
|
75 | 75 | def __init__(self, indexname='HG_INDEX', index_location=None, |
General Comments 0
You need to be logged in to leave comments.
Login now