mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 06:55:50 +00:00
Remove obsolete clean app exit configuration macro
This commit is contained in:
@@ -3,11 +3,10 @@ RIPPLE TODO
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Vinnie's List: Changes day to day, descending priority
|
||||
- PeerFinder work
|
||||
- Fix and tidy up broken beast classes
|
||||
- Validators work
|
||||
- Open Source aftermath
|
||||
|
||||
- Parse Validator line using cribbed code
|
||||
* Parse Validator line using cribbed code
|
||||
- Parse ContentBodyBuffer from HTTPResponse
|
||||
- HTTPMessage improvements
|
||||
- HTTPClient improvements based on HTTPServer
|
||||
|
||||
@@ -174,12 +174,6 @@
|
||||
#define RIPPLE_USE_NEW_VALIDATORS 0
|
||||
#endif
|
||||
|
||||
// Turning this on makes the Application object get destroyed,
|
||||
// which is part of an attempt to have a "clean exit."
|
||||
#ifndef RIPPLE_APPLICATION_CLEAN_EXIT
|
||||
#define RIPPLE_APPLICATION_CLEAN_EXIT 1
|
||||
#endif
|
||||
|
||||
// This is only here temporarily. Use it to turn off the sending of
|
||||
// "ANNOUNCE" messages if you suspect that you're having problems
|
||||
// because of it.
|
||||
@@ -187,6 +181,10 @@
|
||||
#define RIPPLE_USE_MT_ANNOUNCE 0
|
||||
#endif
|
||||
|
||||
#ifndef RIPPLE_USE_PEERFINDER
|
||||
#define RIPPLE_USE_PEERFINDER 0
|
||||
#endif
|
||||
|
||||
// Here temporarily
|
||||
// Controls whether or not the new RPC::Manager logic will be
|
||||
// used to invoke RPC commands before they pass to the original code.
|
||||
|
||||
Reference in New Issue
Block a user