Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
closes #5 set loop speed to 60sec
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Baele committed Apr 4, 2017
1 parent ecadaf8 commit 1545d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var constructor = function (container, outerContainer, lang) {
if (!initState) {
initState = 0;
}
var loopSpeed = 10000;
var loopSpeed = 60000;
var loop = mainLoop(initState, render, {
create: require("virtual-dom/create-element"),
diff: require("virtual-dom/diff"),
Expand Down

0 comments on commit 1545d14

Please sign in to comment.