Skip to content

Commit

Permalink
removing uls specific settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Devendra committed Jul 4, 2013
1 parent 37cb771 commit 948ea93
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,7 @@ public StateMachine(String resFile) {
* the constructor/class scope to avoid race conditions
*/
protected void initVars(Resources res) {
//pubnub = new Pubnub("demo", "demo");
pubnub = new Pubnub("pub-c-a2650a22-deb1-44f5-aa87-1517049411d5",
"sub-c-a478dd2a-c33d-11e2-883f-02ee2ddab7fe","sec-c-YjFmNzYzMGMtYmI3NC00NzJkLTlkYzYtY2MwMzI4YTJhNDVh","", false);
pubnub.setSubscribeTimeout(5000);
pubnub.setRetryInterval(1000);
pubnub.setMaxRetries(2);
pubnub.setCacheBusting(false);
pubnub.setOrigin("uls-test");
pubnub.setDomain("pubnub.co");
pubnub.setAuthKey("abcd");
pubnub = new Pubnub("demo", "demo");
}


Expand Down

0 comments on commit 948ea93

Please sign in to comment.