-
Probably, Qtella's computing SHA1 for every new file you share (try a tail -f $HOME/.qtella/sha1_cache, you should see lines slowly appear, note that it may take a few minutes for each file).
Qtella'll stop hogging your CPU as soon as it has computed all the necessary SHA1.
2002-12-01 23:03:24 UTC in Qtella
-
The "top" connect hosts are less and less reliable. This is why a new protocol has been introduced to get more host: gwebcache. Try to apply the patch #619336, then run qtella and clear the hostlist, you should connect in a few seconds.
Regards,
Ch. Tronche.
2002-12-01 22:57:37 UTC in Qtella
-
Queries get resubmitted every 10 minutes to get more hits.
2002-11-24 17:12:23 UTC in Qtella
-
There's a bug in the the Search::duplicate function,
responsible for checking if a QueryHit is a duplicate
of a previously found Hit by checking the IPand file
name of the Hit. The bug's an algorithmic one (there's
a == where we should have !=). It's such that:
- duplicates are kept
- results are drop except the first one coming from a
given IP !
The patch fixes it.
2002-11-24 17:01:09 UTC in Qtella
-
The function Connections::createID(), responsible for
creating uniqueID calls srand(time(NULL)). Since time()
changes only once per second, this creates duplicate ID
if the function is called more than once in a second.
Since pseudo-random is enough to get unique ID anyway,
the patch fixes the bug by moving the srand to the
only-once-called Connections constructor.
2002-11-24 16:52:53 UTC in Qtella
-
Logged In: YES
user_id=30934
The patch doesn't make use of the saved minimum speed of
the query. This new version fixes the problem.
2002-11-23 13:38:22 UTC in Qtella
-
The searches are saved between a run and the next one.
Note that the remembered searches aren't submitted
since qtella doesn't resubmit queries at regular
intervals (yet), and it won't be connected when
reloading the queries at first.
2002-11-18 21:02:13 UTC in Qtella
-
Logged In: YES
user_id=30934
Her.. I submitted a patch in the bug section by mistake.
Sorry about that.
Resubmitted through the patch manager.
2002-11-18 20:57:10 UTC in Qtella
-
When moving through the search tabs, the various search
options (audio, image, minimum line speed, etc...)
aren't updated, while they're saved in the data
structures. Stated another way, the status displayed by
the interface isn't consistent with the internal state.
It even gets worse when using the "resubmit" button,
where the sent query is the one displayed by the
interface...
2002-11-18 20:56:52 UTC in Qtella
-
When moving through the search tabs, the various search
options (audio, image, minimum line speed, etc...)
aren't updated, while they're saved in the data
structures. Stated another way, the status displayed by
the interface isn't consistent with the internal state.
It even gets worse when using the "resubmit" button,
where the sent query is the one displayed by the
interface...
2002-11-18 20:51:34 UTC in Qtella