This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
node-kestrel
mirror of
https://github.com/brettlangdon/node-kestrel.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
4
Wiki
Activity
Browse Source
changed producer example back to 6s
pull/5/head
Matthias Goetzke
12 years ago
parent
19a3ac6848
commit
2e804cc21f
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
examples/producer.js
+ 2
- 2
examples/producer.js
View File
@ -23,11 +23,11 @@ var interval = setInterval( function(){
console
.
log
(
"STORED"
)
;
}
}
)
;
}
,
0
)
;
}
,
10
0
)
;
//close connection
setTimeout
(
function
(
)
{
clearInterval
(
interval
)
;
producer
.
close
(
)
;
}
,
5
00
)
;
}
,
60
00
)
;
Write
Preview
Loading…
Cancel
Save