You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/12/15 20:28:30 UTC

[2/2] incubator-mynewt-core git commit: oic; reduce the default number of registrable resources.

oic; reduce the default number of registrable resources.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/0ad791a0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/0ad791a0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/0ad791a0

Branch: refs/heads/develop
Commit: 0ad791a0818a9743014a4baa110f04bcf64e3297
Parents: 49b4d5a
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Dec 15 12:27:25 2016 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Dec 15 12:27:25 2016 -0800

----------------------------------------------------------------------
 net/oic/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0ad791a0/net/oic/syscfg.yml
----------------------------------------------------------------------
diff --git a/net/oic/syscfg.yml b/net/oic/syscfg.yml
index 3d71e7d..c5dbfa2 100644
--- a/net/oic/syscfg.yml
+++ b/net/oic/syscfg.yml
@@ -52,7 +52,7 @@ syscfg.defs:
 
     OC_APP_RESOURCES:
         description: 'Maximum number of server resources'
-        value: 8
+        value: 3
 
     OC_NUM_DEVICES:
         description: 'Number of devices on the OCF platform'