indexer: Improve charset detection + lower file cache time
This commit is contained in:
parent
7d2abfb3a4
commit
20141aa980
2 changed files with 7 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ use hyper;
|
|||
|
||||
|
||||
const CACHE_PATH: &'static str = "/var/tmp/manned-indexer";
|
||||
const CACHE_TIME: u64 = 24*3600;
|
||||
const CACHE_TIME: u64 = 23*3600;
|
||||
|
||||
|
||||
pub struct Path<'a> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue