Skip to content

Commit

Permalink
adding 782 code after pr 1513 b
Browse files Browse the repository at this point in the history
  • Loading branch information
manikey123 committed Feb 25, 2019
1 parent c1b93b5 commit a324a18
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions libraries/app/include/graphene/app/application.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ namespace graphene { namespace app {
public:
bool enable_subscribe_to_all = false;
bool has_market_history_plugin = false;
uint64_t api_limit_get_account_history_operations=100;
uint64_t api_limit_get_account_history=100;
uint64_t api_limit_get_grouped_limit_orders=101;
uint64_t api_limit_get_relative_account_history=100;
uint64_t api_limit_get_account_history_by_operations=100;
uint64_t api_limit_get_asset_holders=100;
uint64_t api_limit_get_key_references=100;
uint64_t api_limit_get_account_history_operations = 100;
uint64_t api_limit_get_account_history = 100;
uint64_t api_limit_get_grouped_limit_orders = 101;
uint64_t api_limit_get_relative_account_history = 100;
uint64_t api_limit_get_account_history_by_operations = 100;
uint64_t api_limit_get_asset_holders = 100;
uint64_t api_limit_get_key_references = 100;
};

class application
Expand Down

0 comments on commit a324a18

Please sign in to comment.