RNode interface

This commit is contained in:
Mark Qvist
2018-04-26 13:20:43 +02:00
parent 540bde4cd4
commit c03bce5547
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import RNS.vendor.umsgpack as umsgpack
APP_NAME = "example_utilitites"
# We'll also define a default timeout, in seconds
APP_TIMEOUT = 10.0
APP_TIMEOUT = 15.0
##########################################################
#### Server Part #########################################