This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jicofo 2020-03-26 14:27:47.591 INFO: [44] org.jitsi.jicofo.JvbDoctor.log() Scheduled health-check task for: [email protected]/1788f4ee4a84 | |
Jicofo 2020-03-26 14:27:52.578 INFO: [89] org.jitsi.jicofo.xmpp.FocusComponent.handleConferenceIq().401 Focus request for room: [email protected] | |
Jicofo 2020-03-26 14:27:52.646 INFO: [29] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@360cd264 member=ChatMember[[email protected]/64eb37f3, jid: null]@1156020899] | |
Jicofo 2020-03-26 14:27:52.646 INFO: [29] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/64eb37f3 joined. | |
Jicofo 2020-03-26 14:27:52.647 INFO: [29] org.jitsi.impl.protocol.xmpp.colibri.OperationSetColibriConferenceImpl.log() Conference created: org.jitsi.impl.protocol.xmpp.colibri.ColibriConferenceImpl@7d03ac4a | |
Jicofo 2020-03-26 14:27:52.647 INFO: [29] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Vendor\Site\DataSource; | |
use Neos\Flow\Annotations as Flow; | |
use Neos\Flow\Persistence\PersistenceManagerInterface; | |
use Neos\Neos\Domain\Service\UserService; | |
use Neos\Neos\Service\DataSource\AbstractDataSource; | |
use Neos\ContentRepository\Domain\Model\NodeInterface; | |
class MyDataSource extends AbstractDataSource |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> node --version | |
v12.18.3 | |
> node bench-array | |
2 tests completed. | |
entry read x 1,180,097 ops/sec ±1.49% (92 runs sampled) | |
entryview read x 198,301 ops/sec ±1.00% (90 runs sampled) | |
> WHY?! |
OlderNewer