Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
systemzax committed Oct 27, 2018
1 parent ee912c3 commit 63ad4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/oracle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static const uint64_t datapoints_count = 21;
static const uint64_t val_min = 100;
static const uint64_t val_max = 100000000;

const uint64_t one_minute = 1000000 * 60;
const uint64_t one_minute = 1000000 * 55; //give extra time for cron jobs

class DelphiOracle : public eosio::contract {
public:
Expand Down

0 comments on commit 63ad4f1

Please sign in to comment.