You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/05/02 10:03:24 UTC

[5/7] ignite git commit: IGNITE-5122: Fixed http-rest-example.php.

IGNITE-5122: Fixed http-rest-example.php.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a04aa10a
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a04aa10a
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a04aa10a

Branch: refs/heads/ignite-5075-cacheStart
Commit: a04aa10a38a5e8c89223f567b4ce4822490509b2
Parents: cd46d46
Author: devozerov <pp...@gmail.com>
Authored: Sun Apr 30 11:23:14 2017 +0300
Committer: devozerov <pp...@gmail.com>
Committed: Sun Apr 30 11:23:14 2017 +0300

----------------------------------------------------------------------
 examples/rest/http-rest-example.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/a04aa10a/examples/rest/http-rest-example.php
----------------------------------------------------------------------
diff --git a/examples/rest/http-rest-example.php b/examples/rest/http-rest-example.php
index fe20f4e..df565b2 100644
--- a/examples/rest/http-rest-example.php
+++ b/examples/rest/http-rest-example.php
@@ -43,8 +43,8 @@ if (!function_exists('json_decode'))
 
 $URL = 'http://localhost:8080/ignite?';
 
-// Cache name to use (null or empty string for default cache).
-$CACHE_NAME = null;
+// Cache name to use.
+$CACHE_NAME = 'default';
 
 /**
  * Creates URL parameters.