diff options
author | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-04 22:37:03 +0000 |
---|---|---|
committer | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-04 22:37:03 +0000 |
commit | 3533002b38f9ed09eef086c1da11f679dfdf8971 (patch) | |
tree | c5a8c9f5c68b65819eb626ee9c5958976d8508e9 /examples | |
parent | d3aa65ed2c7992590a77983b3890d6466816f707 (diff) | |
download | ATCD-3533002b38f9ed09eef086c1da11f679dfdf8971.tar.gz |
Change the default options.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Web_Crawler/Options.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Web_Crawler/Options.cpp b/examples/Web_Crawler/Options.cpp index 1ab7893fabb..b0f2dc0fb35 100644 --- a/examples/Web_Crawler/Options.cpp +++ b/examples/Web_Crawler/Options.cpp @@ -13,9 +13,9 @@ Options::parse_args (int argc, char *argv[]) ACE_LOG_MSG->open (argv[0]); - this->hostname_ = "www.cs.wustl.edu"; - this->uri_ = "~kirthika/auto_purge_client.html"; - this->recurse_ = 1; //0; + this->hostname_ = "tao.cs.wustl.edu"; + this->uri_ = "index.html";//"~kirthika/auto_purge_client.html"; + this->recurse_ = 0; this->debug_ = 0; this->timeout_.sec (ACE_DEFAULT_TIMEOUT); this->url_filter_ = 0; |