skip.properties
上传用户:qing5858
上传日期:2015-10-27
资源大小:6056k
文件大小:2k
- # -----------------------------------------------------------------------------
- # Site Configuration File (Skips the site, will not trigger any handling)
- # -----------------------------------------------------------------------------
- #
- # $Id: skip.properties,v 1.2 2003/04/25 21:28:55 vanrogu Exp $
- #
- # This is a site configuration file for all sites that should not be handled.
- #
- # -----------------------------------------------------------------------------
- site.handle=false
- # -----------------------------------------------------------------------------
- # Proxy Configuration
- # -----------------------------------------------------------------------------
- site.proxy.use=true
- # -----------------------------------------------------------------------------
- # Throttling Configuration
- # -----------------------------------------------------------------------------
- site.throttle.provider=net.javacoding.jspider.core.throttle.impl.DistributedLoadThrottleProvider
- site.throttle.config.interval=500
- # -----------------------------------------------------------------------------
- # Cookie Configuration
- # -----------------------------------------------------------------------------
- site.cookies.use=true
- # -----------------------------------------------------------------------------
- # Robots.txt configuration
- # -----------------------------------------------------------------------------
- site.robotstxt.fetch=true
- site.robotstxt.obey=true
- # -----------------------------------------------------------------------------
- # User Agent configuration
- # -----------------------------------------------------------------------------
- #site.userAgent=JSpider (http://j-spider.sourceforge.net)
- # -----------------------------------------------------------------------------
- # Rules Configuration
- # -----------------------------------------------------------------------------
- site.rules.spider.count=0
- site.rules.parser.count=0