mirror of
https://github.com/aria2/aria2.git
synced 2024-12-13 08:45:49 +00:00
2008-09-03 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
DEFAULT_ANNOUNCE_INTERVAL: unsigned int -> time_t * src/BtAnnounce.h
This commit is contained in:
parent
d3453a8387
commit
2439cad4ac
@ -1,3 +1,8 @@
|
||||
2008-09-03 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
DEFAULT_ANNOUNCE_INTERVAL: unsigned int -> time_t
|
||||
* src/BtAnnounce.h
|
||||
|
||||
2008-09-03 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
If an error occurred with a URI, remove identical URI from remaining
|
||||
|
@ -123,7 +123,7 @@ public:
|
||||
|
||||
static const std::string PEERS;
|
||||
|
||||
static const unsigned int DEFAULT_ANNOUNCE_INTERVAL = 120;
|
||||
static const time_t DEFAULT_ANNOUNCE_INTERVAL = 120;
|
||||
};
|
||||
|
||||
typedef SharedHandle<BtAnnounce> BtAnnounceHandle;
|
||||
|
Loading…
Reference in New Issue
Block a user