{
"database": {
"hostname": "localhost",
"port": 5432,
"username": "crawler",
"password": "crawler",
"dbname": "crawler",
"ssl_mode": "disable"
},
"clone_dir": "/var/crawld",
"crawling_time_interval": "1h",
"fetch_time_interval": "5m",
"fetch_languages": [
"c",
"cpp"
],
"tar_repositories": false,
"tmp_dir": "/ramdisk",
"tmp_dir_file_size_limit": 2.0,
"max_fetcher_workers": 2,
"throttler_wait_time": 900,
"throttler_sliding_window_size": 60,
"throttler_leak_interval": 1000,
"crawlers": [
{
"type": "github",
"languages": [
"c",
"cpp"
],
"limit": 0,
"since_id": 0,
"fork": false,
"oauth_access_token": "token here",
"use_search_api": true
}
]
}
The errors:
After these two lines of information, the program is running but cannot see any outputs.
My configuration file:
Details